fetchUsingKey.fetchUsingKey

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto fetchUsingKey(Connection conn, Args args)
    template fetchUsingKey(T, bool throwOnExtraColumns = false)
    version(Have_mysql_native)
    fetchUsingKey
    (
    Args...
    )
    (
    Connection conn
    ,
    Args args
    )
    if (
    Args.length == primaryKeyFields!T.length
    )
  2. auto fetchUsingKey(Connection conn, T defaultValue, Args args)

Meta