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.
pkValuesJs
string pkValuesJs(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
pkValuesWhereJs
string pkValuesWhereJs(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
referenceJs
string referenceJs(const(Table) table, const(Schema) schema)
Undocumented in source. Be warned that the author may not have intended to support it.
selectFrom
string selectFrom(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
selectFromWhere
string selectFromWhere(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
toSql
string toSql(Type t)
updateDecoratedRecord
string updateDecoratedRecord(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDecorationsParameter
string updateDecorationsParameter(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.
updateParameter
string updateParameter(const(Table) table)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta