| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.plugin | |
| schemacrawler.schema | |
| schemacrawler.utility |
| Constructor and Description |
|---|
WeakAssociationColumn(Column column) |
| Modifier and Type | Method and Description |
|---|---|
EnumDataTypeInfo |
EnumDataTypeHelper.getEnumDataTypeInfo(Column column,
ColumnDataType columnDataType,
Connection connection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexColumn |
interface |
TableConstraintColumn |
| Modifier and Type | Method and Description |
|---|---|
<C extends Column> |
Table.lookupColumn(String name)
Gets a column by unqualified name.
|
<P extends Privilege<Column>> |
Column.lookupPrivilege(String name)
Gets a privilege by unqualified name.
|
| 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 column.
|
Optional<Column> |
Catalog.lookupColumn(Schema schema,
String tableName,
String name)
Gets a table column by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MetaDataUtility.joinColumns(List<? extends Column> columns,
boolean omitLargeObjectColumns,
Identifiers identifiers) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.