org.jpox.store.rdbms.typeinfo
Class OracleTypeInfo

java.lang.Object
  extended byorg.jpox.store.rdbms.typeinfo.TypeInfo
      extended byorg.jpox.store.rdbms.typeinfo.OracleTypeInfo

public class OracleTypeInfo
extends TypeInfo

Represents the metadata of an Oracle data type.

Version:
$Revision: 1.3 $

Field Summary
static java.lang.String TYPES_NAME_SYS_XMLTYPE
          XMLType type - _SQL_NAME
static int TYPES_SDO_GEOMETRY
          internally defined number for SDO_GEOMETRY types
static int TYPES_SYS_XMLTYPE
          XMLType type - _SQL_TYPECODE
 
Fields inherited from class org.jpox.store.rdbms.typeinfo.TypeInfo
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute
 
Constructor Summary
OracleTypeInfo(java.sql.ResultSet rs)
          Constructs a type information object from the current row of the given result set.
 
Methods inherited from class org.jpox.store.rdbms.typeinfo.TypeInfo
areCompatibleTypes, equals, getJDBCTypeName, hashCode, isCompatibleWith, isToValidate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPES_SDO_GEOMETRY

public static final int TYPES_SDO_GEOMETRY
internally defined number for SDO_GEOMETRY types

See Also:
Constant Field Values

TYPES_SYS_XMLTYPE

public static final int TYPES_SYS_XMLTYPE
XMLType type - _SQL_TYPECODE

See Also:
Constant Field Values

TYPES_NAME_SYS_XMLTYPE

public static final java.lang.String TYPES_NAME_SYS_XMLTYPE
XMLType type - _SQL_NAME

See Also:
Constant Field Values
Constructor Detail

OracleTypeInfo

public OracleTypeInfo(java.sql.ResultSet rs)
Constructs a type information object from the current row of the given result set. The ResultSet object passed must have been obtained from a call to DatabaseMetaData.getTypeInfo().

This method only retrieves the values from the current row; the caller is required to advance to the next row with ResultSet.next().

Parameters:
rs - The result set returned from DatabaseMetaData.getTypeInfo().


Copyright © -2007 . All Rights Reserved.