/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_forward_cursor.cpp | 63 errCode = handle_->OpenResultSet(queryObj_, count_); in Open() 65 errCode = handle_->OpenResultSet(keyPrefix_, count_); in Open()
|
H A D | sqlite_single_ver_storage_executor.h | 86 int OpenResultSet(const Key &keyPrefix, int &count); 88 int OpenResultSet(QueryObject &queryObj, int &count);
|
H A D | sqlite_single_ver_storage_executor.cpp | 701 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 D | rd_single_ver_storage_executor.h | 105 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 D | rd_single_ver_result_set.cpp | 65 errCode = handle_->OpenResultSet(key_, kvScanMode_, &resultSet_); in Open() 69 errCode = handle_->OpenResultSet(beginKey_, endKey_, &resultSet_); in Open()
|
H A D | rd_single_ver_storage_executor.cpp | 69 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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 279 EXPECT_EQ(g_nullHandle->OpenResultSet(KEY_1, count), -E_INVALID_DB); 285 EXPECT_EQ(g_nullHandle->OpenResultSet(object, count), -E_INVALID_DB);
|