Home
last modified time | relevance | path

Searched refs:IsSupportSqlForExecute (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h48 static bool IsSupportSqlForExecute(int sqlType);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp198 if (!SqliteUtils::IsSupportSqlForExecute(sqlType) && !SqliteUtils::IsSpecial(sqlType)) { in Execute()
H A Dsqlite_utils.cpp92 bool SqliteUtils::IsSupportSqlForExecute(int sqlType) in IsSupportSqlForExecute() function in OHOS::NativeRdb::SqliteUtils
H A Drdb_store_impl.cpp1213 if (!SqliteUtils::IsSupportSqlForExecute(sqlType)) { in Execute()