Searched refs:IsContainsPrimaryKey (Results 1 – 3 of 3) sorted by relevance
55 static bool IsContainsPrimaryKey(const TableSchema &tableSchema);
362 bool CloudStorageUtils::IsContainsPrimaryKey(const TableSchema &tableSchema) in IsContainsPrimaryKey() function in DistributedDB::CloudStorageUtils
683 … if (putDataMode_ == PutDataMode::SYNC && !CloudStorageUtils::IsContainsPrimaryKey(tableSchema)) { in InsertLogRecord()