microrm ~master (2021-12-25T00:50:48.9341202)
Dub
Repo
baseQueryData
microrm
util
Undocumented in source.
mixin template
baseQueryData (
string
SQLTempl
) {
import
std
.
array
:
Appender
,
appender
;
;
import
std
.
array
:
Appender
,
appender
;
;
import
std
.
format
:
formattedWrite
,
format
;
;
import
std
.
format
:
formattedWrite
,
format
;
;
enum
initialSQL
;
alias
Buffer
=
BUF
;
Database
*
db
;
Buffer
*
buf
;
this
();
this
(Database* db, Buffer* buf);
void
reset
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(Database* db, Buffer* buf)
Undocumented in source.
Members
Aliases
Buffer
alias
Buffer
=
BUF
Undocumented in source.
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
buf
Buffer
*
buf
;
Undocumented in source.
db
Database
*
db
;
Undocumented in source.
Meta
Source
See Implementation
microrm
util
functions
fieldNames
fieldToCol
tableName
valueToCol
manifest constants
IDNAME
SEPARATOR
mixin templates
baseQueryData
whereCondition