public class OracleDataTypeFactory extends DefaultDataTypeFactory
Modifier and Type | Field and Description |
---|---|
static DataType |
LONG_RAW |
static DataType |
ORACLE_BLOB |
static DataType |
ORACLE_CLOB |
static DataType |
ORACLE_NCLOB |
static DataType |
ORACLE_XMLTYPE |
Constructor and Description |
---|
OracleDataTypeFactory() |
Modifier and Type | Method and Description |
---|---|
DataType |
createDataType(int sqlType,
String sqlTypeName)
Returns the DataType object that corresponds to the specified
Types . |
addToleratedDelta, createDataType, getToleratedDeltaMap
public static final DataType ORACLE_BLOB
public static final DataType ORACLE_CLOB
public static final DataType ORACLE_NCLOB
public static final DataType ORACLE_XMLTYPE
public static final DataType LONG_RAW
public DataType createDataType(int sqlType, String sqlTypeName) throws DataTypeException
IDataTypeFactory
Types
.createDataType
in interface IDataTypeFactory
createDataType
in class DefaultDataTypeFactory
sqlType
- SQL type from Types
sqlTypeName
- Data source dependent type nameDataTypeException
IDataTypeFactory.createDataType(int, java.lang.String)
Copyright © 2002-2012. All Rights Reserved.