sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
fetchUsingKey
sqlbuilder
dialect
mysql
Undocumented in source. Be warned that the author may not have intended to support it.
template
fetchUsingKey
(T, bool throwOnExtraColumns = false)
auto
fetchUsingKey
(Connection conn, T defaultValue, Args args)
version(Have_mysql_native)
auto
fetchUsingKey
(
T
bool
throwOnExtraColumns
= false
Args
...
)
(
Connection
conn
,
T
defaultValue
,
Args
args
)
if
(
hasPrimaryKey
!
T
&&
Args.length
==
primaryKeyFields
!
T.length
)
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