Package | Description |
---|---|
schemacrawler.schema |
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.
|
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.