Class OracleTypeInfo
java.lang.Object
org.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.adapter.OracleTypeInfo
- All Implemented Interfaces:
org.datanucleus.store.schema.StoreSchemaData
SQL Type info for Oracle datastores.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringXMLType type - _SQL_NAMEstatic final intXMLType type - _SQL_TYPECODEFields inherited from class SQLTypeInfo
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, fromJdbcDriver, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute -
Constructor Summary
ConstructorsConstructorDescriptionOracleTypeInfo(String typeName, short dataType, int precision, String literalPrefix, String literalSuffix, String createParams, int nullable, boolean caseSensitive, short searchable, boolean unsignedAttribute, boolean fixedPrecScale, boolean autoIncrement, String localTypeName, short minimumScale, short maximumScale, int numPrecRadix) Constructs a type information object from the current row of the given result set. -
Method Summary
Methods inherited from class SQLTypeInfo
addProperty, equals, getCreateParams, getDataType, getLiteralPrefix, getLiteralSuffix, getLocalTypeName, getMaximumScale, getMinimumScale, getNullable, getNumPrecRadix, getPrecision, getProperty, getSearchable, getTypeName, hashCode, isAllowsPrecisionSpec, isAutoIncrement, isCaseSensitive, isCompatibleWith, isFixedPrecScale, isUnsignedAttribute, setAllowsPrecisionSpec, setLocalTypeName, setTypeName, toString, toString
-
Field Details
-
TYPES_SYS_XMLTYPE
public static final int TYPES_SYS_XMLTYPEXMLType type - _SQL_TYPECODE- See Also:
-
TYPES_NAME_SYS_XMLTYPE
-
-
Constructor Details
-
OracleTypeInfo
Constructs a type information object from the current row of the given result set.- Parameters:
rs- The result set returned from DatabaseMetaData.getTypeInfo().
-
OracleTypeInfo
public OracleTypeInfo(String typeName, short dataType, int precision, String literalPrefix, String literalSuffix, String createParams, int nullable, boolean caseSensitive, short searchable, boolean unsignedAttribute, boolean fixedPrecScale, boolean autoIncrement, String localTypeName, short minimumScale, short maximumScale, int numPrecRadix)
-