MockDatabaseTable

Undocumented in source.

Constructors

this
this(D db)
Undocumented in source.

Members

Aliases

Name
alias Name = N
Undocumented in source.
RecordTypes
alias RecordTypes = asD!Columns
Undocumented in source.

Functions

insertRow
void insertRow(RecordTypes values)
Undocumented in source. Be warned that the author may not have intended to support it.
keysOf
Bytes keysOf(Bytes record)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Columns
enum Columns;
Undocumented in source.
Table
enum Table;
Undocumented in source.

Variables

db
D db;
Undocumented in source.
fixtures
asStruct!Table[asPkStruct!Table] fixtures;
Undocumented in source.

Inherited Members

From DatabaseTable

keysOf
Bytes keysOf(Bytes )
Undocumented in source.

Meta