|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Unique
A Unique is a unique constraint on a table
| Method Summary | |
|---|---|
void |
append(Field field)
Appends the designated field into a unique constraint. |
Fields |
fields()
Retrieves the fields of a unique constraint. |
Field |
fields(int index)
Retrieves the field of a unique constraint by index. |
Field |
fields(java.lang.String fieldName)
Retrieves the field of a unique constraint by field name. |
Table |
getParentTable()
Retrieves the parent table of this unique. |
void |
remove(Field field)
Removes the designated field from a unique constraint. |
| Methods inherited from interface jet.server.api.db.DBObject |
|---|
getName, getProperties, getProperty, getProperty, getUCName, setProperty |
| Method Detail |
|---|
Table getParentTable()
Fields fields()
Field fields(int index)
index -
Field fields(java.lang.String fieldName)
fieldName - the field name
void append(Field field)
field - void remove(Field field)
field -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||