sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
NonObjectDeserializer
sqlbuilder
dialect
mysql
Undocumented in source.
version(Have_mysql_native)
struct
NonObjectDeserializer (
T
) {
size_t
colId
;
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
colId
size_t
colId
;
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