| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schema |
| Modifier and Type | Method and Description |
|---|---|
Optional<PrimaryKey> |
AlternateKeyBuilder.addAlternateKey(AlternateKeyBuilder.AlternateKeyDefinition alternateKeyDefinition) |
| Modifier and Type | Method and Description |
|---|---|
<A extends PrimaryKey> |
Table.lookupAlternateKey(String name)
Gets an alternate key by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryKey |
Table.getPrimaryKey()
Gets the primary key.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrimaryKey> |
Table.getAlternateKeys()
Gets the list of all alternate keys of the table.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.