Table

Tables

Constructors

this
this(string _name)
Undocumented in source.

Members

Functions

count
SelectStatement count()
Undocumented in source. Be warned that the author may not have intended to support it.
create
Statement create(void function(TableBuilder builder) lambda)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteStatement
DeleteStatement deleteStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
drop
DropStatement drop()
Undocumented in source. Be warned that the author may not have intended to support it.
exists
Statement exists()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
InsertStatement insert(void delegate(Setters builder) lambda)
Undocumented in source. Be warned that the author may not have intended to support it.
insertOrReplace
InsertOrReplaceStatement insertOrReplace(void delegate(Setters builder) lambda)
Undocumented in source. Be warned that the author may not have intended to support it.
render
string render()
Undocumented in source. Be warned that the author may not have intended to support it.
select
SelectStatement select(T column)
Undocumented in source. Be warned that the author may not have intended to support it.
select
SelectStatement select()
Undocumented in source. Be warned that the author may not have intended to support it.
update
UpdateStatement update(void delegate(Setters builder) lambda)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.

Inherited Members

From Expression

render
string render()
Undocumented in source.

Meta