public class Oracle10DataTypeFactory extends OracleDataTypeFactory
Modifier and Type | Field and Description |
---|---|
protected static DataType |
BLOB_AS_STREAM |
protected static DataType |
CLOB_AS_STRING |
LONG_RAW, ORACLE_BLOB, ORACLE_CLOB, ORACLE_NCLOB, ORACLE_XMLTYPE
Constructor and Description |
---|
Oracle10DataTypeFactory() |
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
protected static final DataType CLOB_AS_STRING
protected static final DataType BLOB_AS_STREAM
public DataType createDataType(int sqlType, String sqlTypeName) throws DataTypeException
IDataTypeFactory
Types
.createDataType
in interface IDataTypeFactory
createDataType
in class OracleDataTypeFactory
sqlType
- SQL type from Types
sqlTypeName
- Data source dependent type nameDataTypeException
IDataTypeFactory.createDataType(int, java.lang.String)
Copyright © 2002-2012. All Rights Reserved.