sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
ChangeDeserializer
sqlbuilder
dialect
mysql
Undocumented in source.
version(Have_mysql_native)
struct
ChangeDeserializer (
T
) {
size_t
[
CT
.
length
]
colIds
;
size_t
filled
;
bool
mapColumnId
(string colname, size_t idx);
auto
deserializeRow
(Row r);
}
Members
Functions
deserializeRow
auto
deserializeRow
(Row r)
Undocumented in source. Be warned that the author may not have intended to support it.
mapColumnId
bool
mapColumnId
(string colname, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
colIds
size_t
[
CT
.
length
]
colIds
;
Undocumented in source.
filled
size_t
filled
;
Undocumented in source.
Meta
Source
See Implementation
sqlbuilder
dialect
mysql
aliases
UntypedQuery
_impl
enums
dropTableSql
functions
create
erase
fetch
fetchOne
fetchTotal
optional
param
params
perform
save
sql
structs
ChangeDeserializer
DefaultObjectDeserializer
NonObjectDeserializer
templates
createRelationsSql
createTableSql
fetchUsingKey