|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.definition.table.UniqueSpecification
public final class UniqueSpecification
This syntax element represents the two kind of uniqueness of a column(s): either that the column(s) are
PRIMARY KEY (PRIMARY_KEY), or UNIQUE (UNIQUE).
| Field Summary | |
|---|---|
static UniqueSpecification |
PRIMARY_KEY
Represents the primary key uniqueness ( PRIMARY KEY(col1, col2, ...)). |
static UniqueSpecification |
UNIQUE
Represents the normal uniqueness ( UNIQUE(col1, col2, ...)). |
| Constructor Summary | |
|---|---|
UniqueSpecification()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final UniqueSpecification PRIMARY_KEY
PRIMARY KEY(col1, col2, ...)).
public static final UniqueSpecification UNIQUE
UNIQUE(col1, col2, ...)).
| Constructor Detail |
|---|
public UniqueSpecification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||