Home
last modified time | relevance | path

Searched defs:sqlType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp92 bool SqliteUtils::IsSupportSqlForExecute(int sqlType) in IsSupportSqlForExecute()
98 bool SqliteUtils::IsSqlReadOnly(int sqlType) in IsSqlReadOnly()
103 bool SqliteUtils::IsSpecial(int sqlType) in IsSpecial()
H A Dtrans_db.cpp197 int sqlType = SqliteUtils::GetSqlStatementType(sql); in Execute() local
H A Drdb_store_impl.cpp1184 int sqlType = SqliteUtils::GetSqlStatementType(sql); in ExecuteSql() local
1212 int sqlType = SqliteUtils::GetSqlStatementType(sql); in Execute() local
1249 const std::string &sql, const ValueObject &object, int sqlType) in HandleDifferentSqlTypes()
2049 std::string sqlType = sql.substr(index, 3); in CheckAttach() local
H A Dsqlite_statement.cpp355 int sqlType = SqliteUtils::GetSqlStatementType(sql_); in Execute() local