| Package | Description |
|---|---|
| schemacrawler.schema |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ForeignKey> |
Table.getExportedForeignKeys()
Gets the list of exported foreign keys.
|
java.util.Collection<ForeignKey> |
Table.getForeignKeys()
Gets the list of all foreign keys of the table, including imported
and exported foreign keys.
|
java.util.Collection<ForeignKey> |
Table.getImportedForeignKeys()
Gets the list of imported foreign keys.
|
java.util.Optional<? extends ForeignKey> |
Table.lookupForeignKey(java.lang.String name)
Gets a foreign key by name.
|
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.