Searched refs:HasPrimaryKey (Results 1 – 4 of 4) sorted by relevance
118 static bool HasPrimaryKey(const std::vector<Field> &fields);
184 bool hasPrimaryKey = DBCommon::HasPrimaryKey(tableSchema.fields); in SetCloudDbSchema()
624 bool DBCommon::HasPrimaryKey(const std::vector<Field> &fields) in HasPrimaryKey() function in DistributedDB::DBCommon
1023 bool hasPrimaryKey = DBCommon::HasPrimaryKey(fields); in PrepareSharedTable()