Searched refs:CheckQueryObjectLegal (Results 1 – 8 of 8) sorted by relevance
172 int CheckQueryObjectLegal(QueryObject &queryObj) const;
647 int RdSingleVerStorageExecutor::CheckQueryObjectLegal(QueryObject &queryObj) const in CheckQueryObjectLegal() function in DistributedDB::RdSingleVerStorageExecutor
26 int SQLiteSingleVerStorageExecutor::CheckQueryObjectLegal(QueryObject &queryObj) const in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerStorageExecutor
163 int CheckQueryObjectLegal(QueryObject &queryObj) const;
345 errCode = handle->CheckQueryObjectLegal(query); in CheckAndInitQueryCondition()
100 …int CheckQueryObjectLegal(const TableInfo &table, QueryObject &query, const std::string &schemaVer…102 int CheckQueryObjectLegal(const QuerySyncObject &query);
1418 int SQLiteSingleVerRelationalStorageExecutor::CheckQueryObjectLegal(const TableInfo &table, QueryOb… in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor1463 int SQLiteSingleVerRelationalStorageExecutor::CheckQueryObjectLegal(const QuerySyncObject &query) in CheckQueryObjectLegal() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
844 errCode = handle->CheckQueryObjectLegal(table, query, schema.GetSchemaVersion()); in CheckAndInitQueryCondition()1466 errCode = handle->CheckQueryObjectLegal(query); in CheckQueryValid()