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