Home
last modified time | relevance | path

Searched refs:tableSchema_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp173 tableSchema_ = schema; in SetCloudTableSchema()
189 …std::string sql = helper.GetRelationalCloudQuerySql(tableSchema_.fields, cloudDataResult.isCloudFo… in GetCloudStatement()
201 tableSchema = tableSchema_; in GetCloudTableSchema()
H A Dsqlite_single_ver_relational_continue_token.h61 TableSchema tableSchema_; variable
H A Dsqlite_single_ver_relational_storage_executor.cpp1615 …std::string sql = helper.GetGidRelationalCloudQuerySql(tableSchema_.fields, isCloudForcePushStrate… in GetSyncCloudGid()
1651 for (size_t cid = 0; cid < tableSchema_.fields.size(); ++cid) { in GetCloudDataForSync()
1654 tableSchema_.fields[cid].type, cid + STATUS_INDEX + 1, cloudValue); in GetCloudDataForSync()
1659 errCode = PutVBucketByType(data, tableSchema_.fields[cid], cloudValue); in GetCloudDataForSync()
H A Dsqlite_single_ver_relational_storage_executor.h486 TableSchema tableSchema_; // for cloud table variable
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1222 tableSchema_ = tableSchema; in SetTableSchema()
1494 token.GetCloudTableSchema(tableSchema_); in GetSyncCloudData()