primaryKey property

List<String> primaryKey
final

The primary key of the table.

This can be a single column or a composite key.

Implementation

final List<String> primaryKey;