DESCRIPTION

An Id is a compact 'key' data type for columns in a database DBMDatabase::Table.


METHODS


new(list of integers)

An Id is just a list of integers


equals(Id $other)

Is this Id equal to another? Compare byte images.


fromString(string $string)

Create an Id from a string.


fromBytes(ByteArray $b)

Create an Id from the byte image of an Id.


toString()

Returns a string image of an Id.


toBytes()

Returns a byte image of an Id.


image()

Return a string image of the Id.


cloneMe()

Return a duplicate of the Id.


increment()

Increment an Id (this is for Ids that are counters)!