| Package | Description |
|---|---|
| schemacrawler.plugin | |
| schemacrawler.schema |
| Modifier and Type | Method and Description |
|---|---|
EnumDataTypeInfo |
EnumDataTypeHelper.getEnumDataTypeInfo(Column column,
ColumnDataType columnDataType,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
<C extends ColumnDataType> |
Catalog.lookupColumnDataType(Schema schema,
String dataTypeName)
Gets the column data types defined in the schema, by name.
|
<C extends ColumnDataType> |
Catalog.lookupSystemColumnDataType(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 |
|---|---|
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.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.