mysql-d ~master (2016-12-07T16:42:55Z)
Dub
Repo
Query
mysql
database
Undocumented in source.
struct
Query {
ResultSet
result
;
this
(Database db, string sql, T t);
this
(Database db, string sql, T args);
int
opApply
(T dg);
}
Constructors
this
this
(Database db, string sql, T t)
Undocumented in source.
this
this
(Database db, string sql, T args)
Undocumented in source.
Members
Functions
opApply
int
opApply
(T dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
result
ResultSet
result
;
Undocumented in source.
Meta
Source
See Implementation
mysql
database
classes
DatabaseException
SelectBuilder
SqlBuilder
enums
UpdateOrInsertMode
functions
escapedVariants
fixupSqlForDataObjectUse
getCreateTable
readWord
toSql
typeinfoBugWorkaround
updateOrInsert
interfaces
Database
ResultSet
structs
Query
Row
StructFromCreateTable
templates
DataObjectFromSqlCreateTable