MockDatabase2

Undocumented in source.
@safe
class MockDatabase2 : Database (
immutable(Schema) schema
) {}

Members

Functions

keysOf
Bytes keysOf(Bytes record)
Undocumented in source. Be warned that the author may not have intended to support it.
table
auto table()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Schema
enum Schema;
Undocumented in source.

Inherited Members

From Database

keysOf
Bytes keysOf(Bytes )
Undocumented in source.

Meta