| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schema | |
| schemacrawler.utility |
| Modifier and Type | Method and Description |
|---|---|
Column |
BaseColumnReference.getForeignKeyColumn()
Gets the foreign key column.
|
Column |
BaseColumnReference.getPrimaryKeyColumn()
Gets the primary key column.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexColumn |
interface |
TableConstraintColumn |
| Modifier and Type | Method and Description |
|---|---|
Column |
ColumnReference.getForeignKeyColumn()
Gets the foreign key column.
|
Column |
ColumnReference.getPrimaryKeyColumn()
Gets the primary key column.
|
Column |
Column.getReferencedColumn()
Referenced column if this column is part of a foreign key, null
otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.getColumns()
Gets the list of columns in ordinal order.
|
Collection<Column> |
Table.getHiddenColumns()
Gets hidden columns.
|
Collection<Privilege<Column>> |
Column.getPrivileges()
Gets the list of privileges for the table.
|
com.annimon.stream.Optional<? extends Column> |
Table.lookupColumn(String name)
Gets a column by unqualified name.
|
com.annimon.stream.Optional<? extends Privilege<Column>> |
Column.lookupPrivilege(String name)
Gets a privilege by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MetaDataUtility.constructForeignKeyName(Column pkColumn,
Column fkColumn) |
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.