| 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 |
|---|---|
java.util.List<Column> |
Table.getColumns()
Gets the list of columns in ordinal order.
|
java.util.Collection<Column> |
Table.getHiddenColumns()
Gets hidden columns.
|
java.util.Collection<Privilege<Column>> |
Column.getPrivileges()
Gets the list of privileges for the table.
|
java.util.Optional<? extends Column> |
Table.lookupColumn(java.lang.String name)
Gets a column by unqualified name.
|
java.util.Optional<? extends Privilege<Column>> |
Column.lookupPrivilege(java.lang.String name)
Gets a privilege by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
MetaDataUtility.constructForeignKeyName(Column pkColumn,
Column fkColumn) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.