| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schema | |
| schemacrawler.utility |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseColumnReference
Represents a single column mapping from a primary key column to a
foreign key column.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BaseColumnReference.compareTo(ColumnReference columnRef) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseForeignKey<R extends ColumnReference>
Represents a foreign-key mapping to a primary key in another table.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForeignKeyColumnReference
Represents a single column mapping from a primary key column to a
foreign key column.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
MetaDataUtility.foreignKeyColumnNames(BaseForeignKey<? extends ColumnReference> foreignKey) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.