class IntAdapter
package resdb.adapter
Helper class for static extension of databases with integer keys.
Static methods
staticintAddRecord (pagePacker:PagePacker, key:Int, value:Bytes):Void
Adds a record to be processed (with integer key).
See PagePacker.addRecord()
.
staticintGet (database:Database, key:Int):Option<Bytes>
Returns the associated value to the given (integer) key.
See Database.get()
.