Home
last modified time | relevance | path

Searched refs:E_SQLITE_PERM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_errno.h30 { SQLITE_PERM, E_SQLITE_PERM },
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_error.cpp42 { NativeRdb::E_SQLITE_PERM, 14800023, "SQLite: Access permission denied." },
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_errno.h336 static constexpr int E_SQLITE_PERM = (E_BASE + 59); variable