Home
last modified time | relevance | path

Searched refs:GetCursorKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h150 static std::string GetCursorKey(const std::string &tableName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1467 DBCommon::TransferStringToHex(DBCommon::GetCursorKey(tableName)) + "')"; in GetSelectIncCursorSql()
1473 DBCommon::TransferStringToHex(DBCommon::GetCursorKey(tableName)) + "';"; in GetCursorIncSql()
1480 …" else value end WHERE key=x'" + DBCommon::TransferStringToHex(DBCommon::GetCursorKey(tableName)) … in GetCursorIncSqlWhenAllow()
1486 …DBCommon::TransferStringToHex(DBCommon::GetCursorKey(tableName)) + "', (SELECT CASE WHEN MAX(curso… in GetCursorUpgradeSql()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp403 DBCommon::StringToVector(DBCommon::GetCursorKey(tableName), key); in GetCursor()
439 DBCommon::StringToVector(DBCommon::GetCursorKey(tableName), key); in SetCursor()
1204 DBCommon::StringToVector(DBCommon::GetCursorKey(tableName), key); in InitCursorToMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp793 std::string DBCommon::GetCursorKey(const std::string &tableName) in GetCursorKey() function in DistributedDB::DBCommon