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;
std.conv
public import std.conv;
std.stdio
public import std.stdio;
std.string
public import std.string;
uim.core
public import uim.core;
uim.sql.statements
public import uim.sql.statements;
uim.sql.tables
public import uim.sql.tables;
uim.sql.index
public import uim.sql.index;
uim.sql.functions
public import uim.sql.functions;

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