Home
last modified time | relevance | path

Searched refs:OpenResultSet (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_forward_cursor.cpp63 errCode = handle_->OpenResultSet(queryObj_, count_); in Open()
65 errCode = handle_->OpenResultSet(keyPrefix_, count_); in Open()
H A Dsqlite_single_ver_storage_executor.h86 int OpenResultSet(const Key &keyPrefix, int &count);
88 int OpenResultSet(QueryObject &queryObj, int &count);
H A Dsqlite_single_ver_storage_executor.cpp701 int SQLiteSingleVerStorageExecutor::OpenResultSet(const Key &keyPrefix, int &count) in OpenResultSet() function in DistributedDB::SQLiteSingleVerStorageExecutor
739 int SQLiteSingleVerStorageExecutor::OpenResultSet(QueryObject &queryObj, int &count) in OpenResultSet() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h105 int OpenResultSet(const Key &key, GRD_KvScanModeE mode, GRD_ResultSet **resultSet);
107 int OpenResultSet(const Key &beginKey, const Key &endKey, GRD_ResultSet **resultSet);
119 int OpenResultSet(QueryObject &queryObj, int &count);
H A Drd_single_ver_result_set.cpp65 errCode = handle_->OpenResultSet(key_, kvScanMode_, &resultSet_); in Open()
69 errCode = handle_->OpenResultSet(beginKey_, endKey_, &resultSet_); in Open()
H A Drd_single_ver_storage_executor.cpp69 int RdSingleVerStorageExecutor::OpenResultSet(const Key &key, GRD_KvScanModeE mode, GRD_ResultSet *… in OpenResultSet() function in DistributedDB::RdSingleVerStorageExecutor
78 int RdSingleVerStorageExecutor::OpenResultSet(const Key &beginKey, const Key &endKey, GRD_ResultSet… in OpenResultSet() function in DistributedDB::RdSingleVerStorageExecutor
523 int RdSingleVerStorageExecutor::OpenResultSet(QueryObject &queryObj, int &count) in OpenResultSet() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp279 EXPECT_EQ(g_nullHandle->OpenResultSet(KEY_1, count), -E_INVALID_DB);
285 EXPECT_EQ(g_nullHandle->OpenResultSet(object, count), -E_INVALID_DB);