Searched refs:ownerField (Results 1 – 2 of 2) sorted by relevance
186 … Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey, true }; in SetCloudDbSchema() local188 sharedTableFields.push_back(ownerField); in SetCloudDbSchema()
1024 Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey }; in PrepareSharedTable() local1027 fields.insert(fields.begin(), ownerField); in PrepareSharedTable()