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_SDO_GEOMETRY_TYPE |
static DataType |
ORACLE_XMLTYPE |
static DataType |
ROWID_TYPE |
| 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. |
Collection |
getValidDbProducts()
Returns a set of Strings representing database product names that this object relates to.
|
addToleratedDelta, createDataType, getToleratedDeltaMap, toStringpublic 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 ORACLE_SDO_GEOMETRY_TYPE
public static final DataType LONG_RAW
public static final DataType ROWID_TYPE
public Collection getValidDbProducts()
IDbProductRelatablegetValidDbProducts in interface IDbProductRelatablegetValidDbProducts in class DefaultDataTypeFactoryIDbProductRelatable.getValidDbProducts()public DataType createDataType(int sqlType, String sqlTypeName) throws DataTypeException
IDataTypeFactoryTypes.createDataType in interface IDataTypeFactorycreateDataType in class DefaultDataTypeFactorysqlType - SQL type from TypessqlTypeName - Data source dependent type nameDataTypeExceptionIDataTypeFactory.createDataType(int, java.lang.String)Copyright © 2002-2017. All Rights Reserved.