Insert

Undocumented in source.

Constructors

this
this(miniorm.query_ast.Insert q)
Undocumented in source.
this
this(string tableName)
Undocumented in source.

Members

Functions

getColumns
size_t getColumns()
getValues
size_t getValues()
insert
auto insert()

Insert a new row.

insertOrIgnore
auto insertOrIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.
insertOrReplace
auto insertOrReplace()

Insert or replace an existing row.

op
auto op(InsertOpt o)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(Miniorm db)
Undocumented in source. Be warned that the author may not have intended to support it.
toSql
Sql toSql()

Convert to a SQL statement that can e.g. be pretty printed.

values
auto values(size_t cnt)

Number of values the user wants to insert.

Variables

query
miniorm.query_ast.Insert query;
Undocumented in source.

Meta