| Package | Description |
|---|---|
| schemacrawler.schema |
| Modifier and Type | Method and Description |
|---|---|
<F extends ForeignKey> |
Table.lookupForeignKey(String name)
Gets a foreign key by name.
|
| 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.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.