fetchOne

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

Meta