mars.alasql

Undocumented in source.

Members

Functions

asNameTypeNull
string asNameTypeNull(const(Col) col)
Undocumented in source. Be warned that the author may not have intended to support it.
createDatabase
string createDatabase(const(Schema) schema)
Undocumented in source. Be warned that the author may not have intended to support it.
createTable
string createTable(const(Schema) schema, const(Table) table)

Passing the schema is necessary for being able to refer to foreign table columns names.

deleteFromParameter
string deleteFromParameter(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
insertIntoParameter
string insertIntoParameter(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
toSql
string toSql(Type t)
updateParameter
string updateParameter(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta