| 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.get(Object key) |
JavaSqlType |
JavaSqlTypes.getFromJavaSqlTypeName(String typeName)
Lookup java.sql.Types type, and return more detailed information,
including the mapped Java class.
|
JavaSqlType |
JavaSqlTypes.put(Integer key,
JavaSqlType value) |
JavaSqlType |
JavaSqlTypes.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Integer,JavaSqlType>> |
JavaSqlTypes.entrySet() |
Iterator<JavaSqlType> |
JavaSqlTypes.iterator() |
Collection<JavaSqlType> |
JavaSqlTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
JavaSqlType |
JavaSqlTypes.put(Integer key,
JavaSqlType value) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaSqlTypes.putAll(Map<? extends Integer,? extends JavaSqlType> m) |
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.