fetchOne

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

Meta