sqlbuilder.traits

Undocumented in source.

Members

Enums

hasPrimaryKey
eponymoustemplate hasPrimaryKey(T)
Undocumented in source.
isRelation
eponymoustemplate isRelation(T, string item)
Undocumented in source.
isRelationField
eponymoustemplate isRelationField(alias sym)
Undocumented in source.

Functions

getTables
auto ref getTables(T item)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

PrimaryKeyTypes
template PrimaryKeyTypes(T)
Undocumented in source.
getAllowNullType
template getAllowNullType(alias sym)
Undocumented in source.
getColumnName
template getColumnName(alias sym)
Undocumented in source.
getFetchType
template getFetchType(T)
Undocumented in source.
getMappingsFor
template getMappingsFor(alias sym)
Undocumented in source.
getParamType
template getParamType(T...)
Undocumented in source.
getQueryTypeList
template getQueryTypeList(Q, Cols...)
Undocumented in source.
getRelationField
template getRelationField(T, string item)
Undocumented in source.
getRelationField
template getRelationField(T, U)
Undocumented in source.
getRelationFor
template getRelationFor(alias sym)
Undocumented in source.
getTableName
template getTableName(T)
Undocumented in source.
isDataSet
template isDataSet(T)
Undocumented in source.
isField
template isField(T, string item)
Undocumented in source.
isQuery
template isQuery(T)
Undocumented in source.
possibleNullColumn
template possibleNullColumn(alias sym)
Undocumented in source.
primaryKeyFields
template primaryKeyFields(T)
Undocumented in source.

Meta