|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| net.sourceforge.jdbdump.dump | |
| Uses of Constraint in net.sourceforge.jdbdump.dump |
|---|
| Methods in net.sourceforge.jdbdump.dump that return Constraint | |
|---|---|
Constraint |
Column.getConstraint()
Returns this column's constraint (e.g. |
| Methods in net.sourceforge.jdbdump.dump that return types with arguments of type Constraint | |
|---|---|
java.util.Vector<Constraint> |
Table.getConstraints()
Returns a list of this table's constraints (including primary and foreign keys). |
| Methods in net.sourceforge.jdbdump.dump with parameters of type Constraint | |
|---|---|
void |
Table.addConstraint(Constraint constraint)
Adds a new constraint to this table. |
void |
Column.setConstraint(Constraint constraint)
Assigns a constraint to this table column. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||