Searched refs:GetCursorKey (Results 1 – 4 of 4) sorted by relevance
150 static std::string GetCursorKey(const std::string &tableName);
1467 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()
403 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()
793 std::string DBCommon::GetCursorKey(const std::string &tableName) in GetCursorKey() function in DistributedDB::DBCommon