Table

Undocumented in source.

Members

Functions

pkCols
immutable(Col)[] pkCols()

* returns the primary keys columns of a table

returningCols
const(Col)[] returningCols()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

decoratedCols
immutable(Col)[] decoratedCols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cacheRows
bool cacheRows;
Undocumented in source.
columns
immutable(Col)[] columns;
Undocumented in source.
decorateRows
bool decorateRows;
Undocumented in source.
durable
bool durable;
Undocumented in source.
index
size_t index;

the unique index of the table in the system.

journal
bool journal;
Undocumented in source.
name
string name;
Undocumented in source.
primaryKey
size_t[] primaryKey;
Undocumented in source.
references
Reference[] references;
Undocumented in source.
schema
immutable(Schema)* schema;
Undocumented in source.

Meta