Searched refs:IsSupportSqlForExecute (Results 1 – 4 of 4) sorted by relevance
48 static bool IsSupportSqlForExecute(int sqlType);
198 if (!SqliteUtils::IsSupportSqlForExecute(sqlType) && !SqliteUtils::IsSpecial(sqlType)) { in Execute()
92 bool SqliteUtils::IsSupportSqlForExecute(int sqlType) in IsSupportSqlForExecute() function in OHOS::NativeRdb::SqliteUtils
1213 if (!SqliteUtils::IsSupportSqlForExecute(sqlType)) { in Execute()