| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| Modifier and Type | Method and Description |
|---|---|
<C extends ColumnDataType> |
Catalog.lookupColumnDataType(Schema schema,
java.lang.String name)
Gets the column data types defined in the schema, by name.
|
<C extends ColumnDataType> |
Catalog.lookupSystemColumnDataType(java.lang.String name)
Gets the column data types defined by the RDBMS system, by name.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnDataType |
ColumnDataType.getBaseType()
Gets the base type of the data type.
|
ColumnDataType |
BaseColumn.getColumnDataType()
Gets the column data type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ColumnDataType> |
Catalog.getColumnDataTypes()
Gets the column data types
|
java.util.Collection<ColumnDataType> |
Catalog.getColumnDataTypes(Schema schema)
Gets the column data types defined in the schema, by name.
|
java.util.Collection<ColumnDataType> |
Catalog.getSystemColumnDataTypes()
Gets the column data types defined by the RDBMS system.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ColumnDataType> |
BaseCatalogDecorator.getColumnDataTypes() |
java.util.Collection<ColumnDataType> |
BaseCatalogDecorator.getColumnDataTypes(Schema schema) |
java.util.Collection<ColumnDataType> |
BaseCatalogDecorator.getSystemColumnDataTypes() |
java.util.Optional<? extends ColumnDataType> |
BaseCatalogDecorator.lookupColumnDataType(Schema schema,
java.lang.String name) |
java.util.Optional<? extends ColumnDataType> |
BaseCatalogDecorator.lookupSystemColumnDataType(java.lang.String name) |
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.