|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.db.table.Constraint
com.caucho.db.table.UniqueConstraint
com.caucho.db.table.PrimaryKeyConstraint
@Module public class PrimaryKeyConstraint
Validity constraints.
Constructor Summary | |
---|---|
PrimaryKeyConstraint(Column[] unique)
Creates a uniqueness constraint. |
Method Summary |
---|
Methods inherited from class com.caucho.db.table.UniqueConstraint |
---|
validate |
Methods inherited from class com.caucho.db.table.Constraint |
---|
getName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimaryKeyConstraint(Column[] unique)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |