Searched refs:hasPrimaryKey (Results 1 – 3 of 3) sorted by relevance
184 bool hasPrimaryKey = DBCommon::HasPrimaryKey(tableSchema.fields); in SetCloudDbSchema() local186 … Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey, true }; in SetCloudDbSchema()
633 bool hasPrimaryKey = false; in CreateSharedTable() local640 hasPrimaryKey = true; in CreateSharedTable()643 if (hasPrimaryKey) { in CreateSharedTable()
1023 bool hasPrimaryKey = DBCommon::HasPrimaryKey(fields); in PrepareSharedTable() local1024 Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey }; in PrepareSharedTable()