sqlbuilder.types

Undocumented in source.

Members

Enums

Spec
enum Spec
Undocumented in source.

Functions

addSep
void addSep(ExprString expr)
Undocumented in source. Be warned that the author may not have intended to support it.
getSpec
Spec getSpec(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
isGroup
bool isGroup(Spec s)
Undocumented in source. Be warned that the author may not have intended to support it.
isJoin
bool isJoin(Spec s)
Undocumented in source. Be warned that the author may not have intended to support it.
isKeyLiteral
bool isKeyLiteral(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSpec
string makeSpec(string value, Spec spec)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSpec
string makeSpec(Spec spec)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

andSpec
enum andSpec;
Undocumented in source.
endGroupSpec
enum endGroupSpec;
Undocumented in source.
joinSpec
enum joinSpec;
Undocumented in source.
objEndSpec
enum objEndSpec;
Undocumented in source.
orSpec
enum orSpec;
Undocumented in source.
paramSpec
enum paramSpec;
Undocumented in source.
sepSpec
enum sepSpec;
Undocumented in source.

Structs

AllowNullType
struct AllowNullType(T, T defaultVal)
Undocumented in source.
Changed
struct Changed(ColTypes...)
Undocumented in source.
ColumnDef
struct ColumnDef(T)
Undocumented in source.
ConcatDef
struct ConcatDef
Undocumented in source.
Delete
struct Delete(Item)
Undocumented in source.
Expr
struct Expr
Undocumented in source.
ExprString
struct ExprString
Undocumented in source.
Insert
struct Insert(Item)
Undocumented in source.
Joins
struct Joins(Item)
Undocumented in source.
Query
struct Query(Item, RowT...)
Undocumented in source.
Relation
struct Relation
Undocumented in source.
RowObj
struct RowObj(T)
Undocumented in source.
SQLFragment
struct SQLFragment(Item)
Undocumented in source.
TableDef
struct TableDef
Undocumented in source.
Update
struct Update(Item)
Undocumented in source.

Templates

paramsImpl
template paramsImpl(FieldNames...)
Undocumented in source.

Meta