Searched refs:GetSyncDataWithQuery (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 179 …int GetSyncDataWithQuery(const QueryObject &query, size_t appendLength, const DataSizeSpecInfo &da… 331 int GetSyncDataWithQuery(sqlite3_stmt *fullStmt, sqlite3_stmt *queryStmt,
|
H A D | sqlite_single_ver_storage_executor.cpp | 623 int SQLiteSingleVerStorageExecutor::GetSyncDataWithQuery(const QueryObject &query, size_t appendLen… in GetSyncDataWithQuery() function in DistributedDB::SQLiteSingleVerStorageExecutor 644 errCode = GetSyncDataWithQuery(fullStmt, queryStmt, appendLength, dataSizeInfo, dataItems); in GetSyncDataWithQuery() 654 int SQLiteSingleVerStorageExecutor::GetSyncDataWithQuery(sqlite3_stmt *fullStmt, sqlite3_stmt *quer… in GetSyncDataWithQuery() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
H A D | sqlite_single_ver_natural_store.cpp | 751 …errCode = handle->GetSyncDataWithQuery(continueStmtToken->GetQuery(), GetAppendedLen(), dataSizeIn… in GetSyncDataForQuerySync()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 188 …int GetSyncDataWithQuery(const QueryObject &query, size_t appendLength, const DataSizeSpecInfo &da…
|
H A D | rd_single_ver_storage_executor.cpp | 688 int RdSingleVerStorageExecutor::GetSyncDataWithQuery(const QueryObject &query, size_t appendLength, in GetSyncDataWithQuery() function in DistributedDB::RdSingleVerStorageExecutor
|