| Modifier and Type | Class and Description |
|---|---|
class |
TypeCastException |
| Modifier and Type | Method and Description |
|---|---|
DataType |
IDataTypeFactory.createDataType(int sqlType,
String sqlTypeName)
Returns the DataType object that corresponds to the specified
Types. |
DataType |
DefaultDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
DataType |
IDataTypeFactory.createDataType(int sqlType,
String sqlTypeName,
String tableName,
String columnName)
Returns the DataType object that corresponds to the specified
Types and regards the given tableName and columnName. |
DataType |
DefaultDataTypeFactory.createDataType(int sqlType,
String sqlTypeName,
String tableName,
String columnName) |
static DataType |
DataType.forSqlType(int sqlType)
Returns the
DataType corresponding to the specified Sql
type. |
static DataType |
DataType.forSqlTypeName(String sqlTypeName)
Deprecated.
Should not be used anymore
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
Db2DataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
H2DataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
HsqldbDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
MckoiDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
MsSqlDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
MySqlDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
NetezzaDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
OracleDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
DataType |
Oracle10DataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
PostgresqlDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
static Column |
SQLHelper.createColumn(ResultSet resultSet,
IDataTypeFactory dataTypeFactory,
boolean datatypeWarning)
|
Copyright © 2002-2017. All Rights Reserved.