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_SDO_GEOMETRY_TYPE, ORACLE_XMLTYPE, ROWID_TYPE| 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. |
getValidDbProductsaddToleratedDelta, createDataType, getToleratedDeltaMap, toStringprotected static final DataType CLOB_AS_STRING
protected static final DataType BLOB_AS_STREAM
public DataType createDataType(int sqlType, String sqlTypeName) throws DataTypeException
IDataTypeFactoryTypes.createDataType in interface IDataTypeFactorycreateDataType in class OracleDataTypeFactorysqlType - SQL type from TypessqlTypeName - Data source dependent type nameDataTypeExceptionIDataTypeFactory.createDataType(int, java.lang.String)Copyright © 2002-2017. All Rights Reserved.