microrm v0.4.0 (2017-08-26T16:45:26Z)
Dub
Repo
baseQueryData
microrm
util
Undocumented in source.
mixin template
baseQueryData (
string
SQLTempl
size_t
BufLen
= 512
) {
import
std
.
array
:
Appender
,
appender
;
;
import
std
.
array
:
Appender
,
appender
;
;
import
std
.
format
:
formattedWrite
,
format
;
;
import
std
.
format
:
formattedWrite
,
format
;
;
enum
initialSQL
;
Database
*
db
;
Appender
!(
char
[])
query
;
this
();
this
(Database* db);
void
reset
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(Database* db)
Undocumented in source.
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
initialSQL
enum
initialSQL
;
Undocumented in source.
Variables
db
Database
*
db
;
Undocumented in source.
query
Appender
!(
char
[])
query
;
Undocumented in source.
Meta
Source
See Implementation
microrm
util
functions
fieldToCol
tableName
manifest constants
IDNAME
mixin templates
baseQueryData
whereCondition