mars.defs

Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

pkParamValues
auto pkParamValues(asStruct!table fixture)

* returns the values of the primary keys of this table row.

pkValues
auto pkValues(asStruct!table fixture)

* returns the values of the primary keys of this table row.

Structs

Col
struct Col
Undocumented in source.
Reference
struct Reference
Undocumented in source.
Schema
struct Schema
Undocumented in source.
Table
struct Table
Undocumented in source.

Templates

asD
template asD(alias t)

* returns the D type for the passed SQL type.

asD
template asD(alias c)

* returns the D type for a column.

asD
template asD(alias c)

* returns the D type for a sequence of columns.

asPkParamStruct
template asPkParamStruct(alias t)
Undocumented in source.
asPkStruct
template asPkStruct(alias t)
Undocumented in source.
asStruct
template asStruct(alias t)
Undocumented in source.

Meta