Searched refs:IsSqlReadOnly (Results 1 – 3 of 3) sorted by relevance
49 static bool IsSqlReadOnly(int sqlType);
98 bool SqliteUtils::IsSqlReadOnly(int sqlType) in IsSqlReadOnly() function in OHOS::NativeRdb::SqliteUtils
1558 bool assumeReadOnly = SqliteUtils::IsSqlReadOnly(type); in BeginExecuteSql()