Searched refs:tableSchema_ (Results 1 – 5 of 5) sorted by relevance
173 tableSchema_ = schema; in SetCloudTableSchema()189 …std::string sql = helper.GetRelationalCloudQuerySql(tableSchema_.fields, cloudDataResult.isCloudFo… in GetCloudStatement()201 tableSchema = tableSchema_; in GetCloudTableSchema()
61 TableSchema tableSchema_; variable
1615 …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()
486 TableSchema tableSchema_; // for cloud table variable
1222 tableSchema_ = tableSchema; in SetTableSchema()1494 token.GetCloudTableSchema(tableSchema_); in GetSyncCloudData()