|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UniqueConstraint
This constraint defines the columns to be unique (UNIQUE(col1, col2, ...)).
| Method Summary | |
|---|---|
ColumnNameList |
getColumnNameList()
Returns the names of columns that are unique. |
UniqueSpecification |
getUniquenessKind()
Returns the kind of uniqueness: either primary key constraint ( PRIMARY KEY), or normal uniqueness
constraint (UNIQUE). |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
UniqueSpecification getUniquenessKind()
PRIMARY KEY), or normal uniqueness
constraint (UNIQUE).
UniqueSpecificationColumnNameList getColumnNameList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||