Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h172 int CheckQueryObjectLegal(QueryObject &queryObj) const;
H A Drd_single_ver_storage_executor.cpp647 int RdSingleVerStorageExecutor::CheckQueryObjectLegal(QueryObject &queryObj) const in CheckQueryObjectLegal() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp26 int SQLiteSingleVerStorageExecutor::CheckQueryObjectLegal(QueryObject &queryObj) const in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerStorageExecutor
H A Dsqlite_single_ver_storage_executor.h163 int CheckQueryObjectLegal(QueryObject &queryObj) const;
H A Dsqlite_single_ver_natural_store_extend.cpp345 errCode = handle->CheckQueryObjectLegal(query); in CheckAndInitQueryCondition()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h100 …int CheckQueryObjectLegal(const TableInfo &table, QueryObject &query, const std::string &schemaVer…
102 int CheckQueryObjectLegal(const QuerySyncObject &query);
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp844 errCode = handle->CheckQueryObjectLegal(table, query, schema.GetSchemaVersion()); in CheckAndInitQueryCondition()
1466 errCode = handle->CheckQueryObjectLegal(query); in CheckQueryValid()