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