- escapedVariants
string escapedVariants(Database db, string sql, Variant[string] t)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapedVariants
string escapedVariants(Database db, string sql, Variant[] t)
Note: ?n params are zero based!
- fixupSqlForDataObjectUse
string fixupSqlForDataObjectUse(string sql, string[string] keyMapping)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCreateTable
string getCreateTable(string sql, string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
- readWord
string readWord(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSql
string toSql(Database db, Variant a)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSql
string toSql(string s, Database db)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSql
string toSql(long s, Database db)
Undocumented in source. Be warned that the author may not have intended to support it.
- typeinfoBugWorkaround
void typeinfoBugWorkaround()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateOrInsert
int updateOrInsert(Database db, string table, string[string] values, string where, UpdateOrInsertMode mode, string key)
Undocumented in source. Be warned that the author may not have intended to support it.