Home
last modified time | relevance | path

Searched refs:CheckQueryObjectLegal (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_storage_executor.h170 int CheckQueryObjectLegal(QueryObject &queryObj) const;
Drd_single_ver_storage_executor.cpp642 int RdSingleVerStorageExecutor::CheckQueryObjectLegal(QueryObject &queryObj) const in CheckQueryObjectLegal() function in DistributedDB::RdSingleVerStorageExecutor
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor_subscribe.cpp26 int SQLiteSingleVerStorageExecutor::CheckQueryObjectLegal(QueryObject &queryObj) const in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerStorageExecutor
Dsqlite_single_ver_natural_store_extend.cpp345 errCode = handle->CheckQueryObjectLegal(query); in CheckAndInitQueryCondition()
Dsqlite_single_ver_storage_executor.h159 int CheckQueryObjectLegal(QueryObject &queryObj) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.h93 …int CheckQueryObjectLegal(const TableInfo &table, QueryObject &query, const std::string &schemaVer…
95 int CheckQueryObjectLegal(const QuerySyncObject &query);
Dsqlite_single_ver_relational_storage_executor.cpp1418 int SQLiteSingleVerRelationalStorageExecutor::CheckQueryObjectLegal(const TableInfo &table, QueryOb… in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1463 int SQLiteSingleVerRelationalStorageExecutor::CheckQueryObjectLegal(const QuerySyncObject &query) in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp836 errCode = handle->CheckQueryObjectLegal(table, query, schema.GetSchemaVersion()); in CheckAndInitQueryCondition()
1366 errCode = handle->CheckQueryObjectLegal(query); in CheckQueryValid()