primaryKey property

List<String> primaryKey
final

The primary key of this table if set. Expressed as list of column names

Implementation

final List<String> primaryKey;