Home
last modified time | relevance | path

Searched refs:GetRemoteQueryData (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_sync_able_storage.h241 int GetRemoteQueryData(const PreparedStmt &prepStmt, size_t packetSize,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp852 int RelationalSyncAbleStorage::GetRemoteQueryData(const PreparedStmt &prepStmt, size_t packetSize, in GetRemoteQueryData() function in DistributedDB::RelationalSyncAbleStorage
886 int errCode = GetRemoteQueryData(prepStmt, packetSize, colNames, data); in ExecuteQuery()