sqlite3_key_v2

  1. int sqlite3_key(sqlite3* db, const(void)* pKey, int nKey)
  2. int sqlite3_key_v2(sqlite3* db, const(char)* zDbName, const(void)* pKey, int nKey)
    extern (C) __gshared nothrow
    int
    sqlite3_key_v2
    (
    ,
    const(char)* zDbName
    ,
    const(void)* pKey
    ,
    int nKey
    )

Meta

Suggestion Box / Bug Report