| Package | Description |
|---|---|
| schemacrawler.loader.attributes.model |
| Modifier and Type | Method and Description |
|---|---|
TableAttributes |
WeakAssociationAttributes.getReferencedTable() |
TableAttributes |
WeakAssociationAttributes.getReferencingTable() |
| Modifier and Type | Method and Description |
|---|---|
Set<TableAttributes> |
CatalogAttributes.getTables() |
| Constructor and Description |
|---|
WeakAssociationAttributes(String name,
List<String> remarks,
Map<String,String> attributes,
TableAttributes referencedTable,
TableAttributes referencingTable,
Map<String,String> columnReferences) |
| Constructor and Description |
|---|
CatalogAttributes(String name,
List<String> remarks,
Map<String,String> attributes,
Set<TableAttributes> tables,
Set<WeakAssociationAttributes> weakAssociations,
Set<AlternateKeyAttributes> alternateKeys) |
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.