Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp197 int sqlType = SqliteUtils::GetSqlStatementType(sql); in Execute() local
H A Dsqlite_utils.cpp92 bool SqliteUtils::IsSupportSqlForExecute(int sqlType) in IsSupportSqlForExecute() argument
98 bool SqliteUtils::IsSqlReadOnly(int sqlType) in IsSqlReadOnly() argument
103 bool SqliteUtils::IsSpecial(int sqlType) in IsSpecial() argument
[all...]
H A Dsqlite_statement.cpp367 int sqlType = SqliteUtils::GetSqlStatementType(sql_); in Execute() local
H A Drdb_store_impl.cpp1169 int sqlType = SqliteUtils::GetSqlStatementType(sql); in ExecuteSql() local
1197 int sqlType = SqliteUtils::GetSqlStatementType(sql); in Execute() local
1233 HandleDifferentSqlTypes(std::shared_ptr<Statement> statement, const std::string &sql, const ValueObject &object, int sqlType) HandleDifferentSqlTypes() argument
2030 std::string sqlType = sql.substr(index, 3); CheckAttach() local
[all...]

Completed in 6 milliseconds