| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.utility |
| Modifier and Type | Method and Description |
|---|---|
static TableRelationshipType |
TableRelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableRelationshipType[] |
TableRelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Table> |
Table.getRelatedTables(TableRelationshipType tableRelationshipType)
Gets the tables related to this one, based on the specified relationship type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MetaDataUtility.getColumnsListAsString(TableReference fk,
TableRelationshipType relationshipType,
Identifiers identifiers)
Gets a comma-separated list of columns for a foreign key.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.