uim.sql

Undocumented in source.

Modules

functions
module uim.sql.functions
Undocumented in source.
index
module uim.sql.index
Undocumented in source.
statements
module uim.sql.statements
Undocumented in source.
tables
module uim.sql.tables
Undocumented in source.

Public Imports

std.algorithm
public import std.algorithm;
Undocumented in source.
std.conv
public import std.conv;
Undocumented in source.
std.stdio
public import std.stdio;
Undocumented in source.
std.string
public import std.string;
Undocumented in source.
uim.core
public import uim.core;
Undocumented in source.
uim.sql.statements
public import uim.sql.statements;
Undocumented in source.
uim.sql.tables
public import uim.sql.tables;
Undocumented in source.
uim.sql.index
public import uim.sql.index;
Undocumented in source.
uim.sql.functions
public import uim.sql.functions;
Undocumented in source.

Members

Aliases

STRINGAA
alias STRINGAA = string[string]
Undocumented in source.

Functions

AND
string AND(string[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
OR
string OR(string[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteStrategy
string deleteStrategy(string strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
quote
string[] quote(string[] source, string quoteString)
Undocumented in source. Be warned that the author may not have intended to support it.
quote
string[] quote(string[] source, string start, string end)
Undocumented in source. Be warned that the author may not have intended to support it.
readFromDB
void readFromDB(DataRow!T dataRow, QueryCache.CachedRow dbRow, size_t[string] colName2Index, size_t[string] ignoreFlds)

readRow - Reading data from a SQL result

readFromDB
void readFromDB(DataMatrix!T matrix, size_t pos, QueryCache.CachedRow dbRow, size_t[string] colName2Index, size_t[string] ignoreFlds)
Undocumented in source. Be warned that the author may not have intended to support it.
readFromDB
void readFromDB(DataSplice!T splice, size_t pos, QueryCache.CachedRow dbRow, size_t[string] colName2Index, size_t[string] ignoreFlds)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(Database db, DataTable!T rows, string[] sources, string company)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(Database db, DataRow!(T)[] rows, string[] tableNames)
Undocumented in source. Be warned that the author may not have intended to support it.
sqlDeleteFrom
string sqlDeleteFrom(string tableName, string where)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta