Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h261 int GetRemoteQueryData(const PreparedStmt &prepStmt, size_t packetSize,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp860 int RelationalSyncAbleStorage::GetRemoteQueryData(const PreparedStmt &prepStmt, size_t packetSize, in GetRemoteQueryData() function in DistributedDB::RelationalSyncAbleStorage
894 int errCode = GetRemoteQueryData(prepStmt, packetSize, colNames, data); in ExecuteQuery()