queryOne

Undocumented in source.
template queryOne(T...)
queryOne
(
R
A...
)
(
R db
,
string sql
,)
if (
is(R == SQLite) ||
is(R == MySQL)
)

Members

Functions

queryOne
auto queryOne(R db, string sql, A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta