addPrimaryKey method

Alter addPrimaryKey(
  1. Iterable<String> pkeys
)

Implementation

Alter addPrimaryKey(Iterable<String> pkeys) {
  primaryKeys.addAll(pkeys);
  return this;
}