| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.utility |
| Modifier and Type | Field and Description |
|---|---|
static JavaSqlType |
JavaSqlType.UNKNOWN
Unknown SQL data type.
|
| Modifier and Type | Method and Description |
|---|---|
JavaSqlType |
ColumnDataType.getJavaSqlType()
Gets the java.sql.Types type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JavaSqlType.compareTo(JavaSqlType otherSqlDataType) |
| Modifier and Type | Method and Description |
|---|---|
JavaSqlType |
JavaSqlTypes.getFromJavaSqlTypeName(java.lang.String typeName)
Lookup java.sql.Types type, and return more detailed information,
including the mapped Java class.
|
JavaSqlType |
JavaSqlTypes.valueOf(int key) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<JavaSqlType> |
JavaSqlTypes.iterator() |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.