Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h49 static bool IsSqlReadOnly(int sqlType);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp98 bool SqliteUtils::IsSqlReadOnly(int sqlType) in IsSqlReadOnly() function in OHOS::NativeRdb::SqliteUtils
H A Drdb_store_impl.cpp1558 bool assumeReadOnly = SqliteUtils::IsSqlReadOnly(type); in BeginExecuteSql()