Home
last modified time | relevance | path

Searched refs:GetAssetOnTable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h246 int GetAssetOnTable(const std::string &tableName, const std::string &fieldName,
438 …int GetAssetOnTable(const std::string &tableName, const std::string &fieldName, const int64_t data…
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp485 int SQLiteSingleVerRelationalStorageExecutor::GetAssetOnTable(const std::string &tableName, in GetAssetOnTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
577 errCode = GetAssetOnTable(tableName, fieldInfo.GetFieldName(), dataKeys, assets); in GetCloudAssets()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1114 errCode = GetAssetOnTable(tableName, fieldInfo.GetFieldName(), dataKeys, assets); in CleanAssetId()
1586 int SQLiteSingleVerRelationalStorageExecutor::GetAssetOnTable(const std::string &tableName, in GetAssetOnTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor