Home
last modified time | relevance | path

Searched refs:SQLITE_USE_SHAREDBLOCK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h80 static const int SQLITE_USE_SHAREDBLOCK = 2005; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp566 return (sqlite3_db_config(db, SQLITE_USE_SHAREDBLOCK) == SQLITE_OK); in SupportBlockInfo()