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