Home
last modified time | relevance | path

Searched refs:IsSpecial (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_utils_test.cpp45 * @tc.desc: Normal testCase of sqlite_utils for IsSpecial, if sqlType is special
50 EXPECT_EQ(true, SqliteUtils::IsSpecial(5)); in HWTEST_F()
51 EXPECT_EQ(true, SqliteUtils::IsSpecial(6)); in HWTEST_F()
52 EXPECT_EQ(true, SqliteUtils::IsSpecial(7)); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h50 static bool IsSpecial(int sqlType);
/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.cpp103 bool SqliteUtils::IsSpecial(int sqlType) in IsSpecial() function in OHOS::NativeRdb::SqliteUtils
H A Drdb_store_impl.cpp1535 if (SqliteUtils::IsSpecial(type)) { in BeginExecuteSql()

Completed in 5 milliseconds