|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference | |
---|---|
org.apache.ddlutils.model | This package contains the classes making up the database model. |
Uses of Reference in org.apache.ddlutils.model |
---|
Methods in org.apache.ddlutils.model that return Reference | |
---|---|
Reference |
ForeignKey.getFirstReference()
Returns the first reference if it exists. |
Reference |
ForeignKey.getReference(int idx)
Returns the indicated reference. |
Reference[] |
ForeignKey.getReferences()
Returns the references. |
Methods in org.apache.ddlutils.model with parameters of type Reference | |
---|---|
void |
ForeignKey.addReference(Reference reference)
Adds a reference, ie. |
boolean |
Reference.equalsIgnoreCase(Reference otherRef)
Compares this reference to the given one while ignoring the case of identifiers. |
void |
ForeignKey.removeReference(Reference reference)
Removes the given reference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |