Searched defs:sqlType (Results 1 – 4 of 4) sorted by relevance
92 bool SqliteUtils::IsSupportSqlForExecute(int sqlType) in IsSupportSqlForExecute()98 bool SqliteUtils::IsSqlReadOnly(int sqlType) in IsSqlReadOnly()103 bool SqliteUtils::IsSpecial(int sqlType) in IsSpecial()
197 int sqlType = SqliteUtils::GetSqlStatementType(sql); in Execute() local
1184 int sqlType = SqliteUtils::GetSqlStatementType(sql); in ExecuteSql() local1212 int sqlType = SqliteUtils::GetSqlStatementType(sql); in Execute() local1249 const std::string &sql, const ValueObject &object, int sqlType) in HandleDifferentSqlTypes()2049 std::string sqlType = sql.substr(index, 3); in CheckAttach() local
355 int sqlType = SqliteUtils::GetSqlStatementType(sql_); in Execute() local