| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| 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 |
|---|---|
Collection<ColumnDataType> |
Catalog.getColumnDataTypes()
Gets the column data types
|
Collection<ColumnDataType> |
Catalog.getColumnDataTypes(Schema schema)
Gets the column data types defined in the schema, by name.
|
Collection<ColumnDataType> |
Catalog.getSystemColumnDataTypes()
Gets the column data types defined by the RDBMS system.
|
com.annimon.stream.Optional<? extends ColumnDataType> |
Catalog.lookupColumnDataType(Schema schema,
String name)
Gets the column data types defined in the schema, by name.
|
com.annimon.stream.Optional<? extends ColumnDataType> |
Catalog.lookupSystemColumnDataType(String name)
Gets the column data types defined by the RDBMS system, by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ColumnDataType> |
BaseCatalogDecorator.getColumnDataTypes() |
Collection<ColumnDataType> |
BaseCatalogDecorator.getColumnDataTypes(Schema schema) |
Collection<ColumnDataType> |
BaseCatalogDecorator.getSystemColumnDataTypes() |
com.annimon.stream.Optional<? extends ColumnDataType> |
BaseCatalogDecorator.lookupColumnDataType(Schema schema,
String name) |
com.annimon.stream.Optional<? extends ColumnDataType> |
BaseCatalogDecorator.lookupSystemColumnDataType(String name) |
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.