sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
fetchUsingKey
sqlbuilder
dialect
sqlite
Undocumented in source. Be warned that the author may not have intended to support it.
template
fetchUsingKey
(T, bool throwOnExtraColumns = false)
auto
fetchUsingKey
(Database conn, T defaultValue, Args args)
version(Have_d2sqlite3)
auto
fetchUsingKey
(
T
bool
throwOnExtraColumns
= false
Args
...
)
(
Database
conn
,
T
defaultValue
,
Args
args
)
if
(
hasPrimaryKey
!
T
&&
Args.length
==
primaryKeyFields
!
T.length
)
Meta
Source
See Implementation
sqlbuilder
dialect
sqlite
aliases
Blob
UntypedQuery
_impl
enums
dropTableSql
functions
create
erase
fetch
fetchOne
fetchTotal
getPType
optional
param
params
perform
save
sql
structs
ChangeDeserializer
DefaultObjectDeserializer
NonObjectDeserializer
PType
templates
createTableSql
fetchUsingKey