| Package | Description |
|---|---|
| org.apache.ddlutils.model |
This package contains the classes making up the database model.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
CloneHelper.clone(Reference source,
Table localTable,
Table foreignTable,
boolean caseSensitive)
Returns a clone of the given source 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKey.addReference(Reference reference)
Adds a reference, ie.
|
Reference |
CloneHelper.clone(Reference source,
Table localTable,
Table foreignTable,
boolean caseSensitive)
Returns a clone of the given source reference.
|
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.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.