An Id is a compact 'key' data type for columns in a database DBMDatabase::Table.
An Id is just a list of integers
- The other Id to compare
Is this Id equal to another? Compare byte images.
- The string
Create an Id from a string.
- The sequence of bytes
Create an Id from the byte image of an Id.
Returns a string image of an Id.
Returns a byte image of an Id.
Return a string image of the Id.
Return a duplicate of the Id.
Increment an Id (this is for Ids that are counters)!