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