fetchOne

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto fetchOne(Database conn, Query!(QD) q)
  2. auto fetchOne(Database conn, Query!(QD) q, T defaultValue)
    version(Have_d2sqlite3)
    fetchOne
    (
    bool throwOnExtraColumns = false
    T
    QD...
    )
    (
    Database conn
    ,
    Query!(QD) q
    ,)

Meta