sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
DefaultObjectDeserializer
sqlbuilder
dialect
mysql
Undocumented in source.
version(Have_mysql_native)
struct
DefaultObjectDeserializer (
T
) {
size_t
[
objFieldNames
!
RT
.
length
]
colIds
;
bool
mapColumnId
(string colname, size_t idx);
string
[]
unmappedColumns
();
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.
unmappedColumns
string
[]
unmappedColumns
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
colIds
size_t
[
objFieldNames
!
RT
.
length
]
colIds
;
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