| Package | Description |
|---|---|
| org.brains2b.sql.meta |
| Modifier and Type | Method and Description |
|---|---|
ConstraintModel |
TableModel.getPrimaryKey()
get the primary key for this table in the form
of a
ConstraintModel of type PRIMARY_KEY |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableModel.setPrimaryKey(ConstraintModel primaryKey)
set the primary key for this table
|