Uses of Class
org.jpox.store.rdbms.typeinfo.TypeInfo

Packages that use TypeInfo
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.mapping Package containing mappings for datastore (JDBC) types. 
org.jpox.store.rdbms.mapping.oracle Package containing mappings for Oracle datastores, extending on the mappings found in packages org.jpox.store.mapping and org.jpox.store.rdbms.mapping
org.jpox.store.rdbms.typeinfo Acts as a wrapper around JDBC's Type meta-data, allowing the implmentation to control the precise aspects for each type. 
 

Uses of TypeInfo in org.jpox.store.mapping
 

Fields in org.jpox.store.mapping declared as TypeInfo
protected  TypeInfo SingleFieldMapping.typeInfo
           
 

Uses of TypeInfo in org.jpox.store.rdbms
 

Fields in org.jpox.store.rdbms declared as TypeInfo
protected  TypeInfo Column.typeInfo
          Type info for the JDBC type being stored in this column
 

Methods in org.jpox.store.rdbms that return TypeInfo
 TypeInfo Column.getTypeInfo()
          Accessor for the type info for this column.
 

Methods in org.jpox.store.rdbms with parameters of type TypeInfo
 Column Column.setTypeInfo(TypeInfo typeInfo)
          Mutator for the type information of the column.
 

Uses of TypeInfo in org.jpox.store.rdbms.adapter
 

Methods in org.jpox.store.rdbms.adapter that return TypeInfo
 TypeInfo RDBMSAdapter.getTypeInfo(int dataType)
          Returns type information for the database type that best implements the given JDBC type.
protected  TypeInfo DatabaseAdapter.newTypeInfo(java.sql.ResultSet rs)
          A factory for TypeInfo objects.
 TypeInfo DatabaseAdapter.getTypeInfo(int dataType)
          Returns type information for the database type that best implements the given JDBC type.
 TypeInfo DatabaseAdapter.getTypeInfo(int[] candidateDataTypes)
          Returns type information for the first one of the given candidate JDBC data types supported by this database.
 

Methods in org.jpox.store.rdbms.adapter with parameters of type TypeInfo
 int RDBMSAdapter.getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
          Returns the precision value to be used when creating string columns of "unlimited" length.
 int DatabaseAdapter.getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
          Returns the precision value to be used when creating string columns of "unlimited" length.
 

Uses of TypeInfo in org.jpox.store.rdbms.mapping
 

Methods in org.jpox.store.rdbms.mapping that return TypeInfo
abstract  TypeInfo AbstractLargeBinaryRDBMSMapping.getTypeInfo()
          Accessor for the RDBMS BLOB type being represented.
abstract  TypeInfo ColumnMapping.getTypeInfo()
          Returns the TypeInfo (JDBC SQL type) for columns.
abstract  TypeInfo RDBMSMapping.getTypeInfo()
          Accessor for the type info for this datastore type.
 TypeInfo BigIntRDBMSMapping.getTypeInfo()
           
 TypeInfo BitRDBMSMapping.getTypeInfo()
           
 TypeInfo BooleanRDBMSMapping.getTypeInfo()
           
 TypeInfo BlobRDBMSMapping.getTypeInfo()
          Accessor for the RDBMS BLOB type being represented.
 TypeInfo CharRDBMSMapping.getTypeInfo()
          Accessor for the JDBC type being stored here.
 TypeInfo ClobRDBMSMapping.getTypeInfo()
          Accessor for the type info for this datastore field
 TypeInfo LongVarcharRDBMSMapping.getTypeInfo()
           
 TypeInfo DatalinkRDBMSMapping.getTypeInfo()
           
 TypeInfo DateRDBMSMapping.getTypeInfo()
           
 TypeInfo DecimalRDBMSMapping.getTypeInfo()
           
 TypeInfo DoubleRDBMSMapping.getTypeInfo()
           
 TypeInfo FloatRDBMSMapping.getTypeInfo()
           
 TypeInfo IntegerRDBMSMapping.getTypeInfo()
           
 TypeInfo LongVarBinaryRDBMSMapping.getTypeInfo()
          Accessor for the type info of the JDBC type being represented.
 TypeInfo NumericRDBMSMapping.getTypeInfo()
           
 TypeInfo RealRDBMSMapping.getTypeInfo()
           
 TypeInfo SmallIntRDBMSMapping.getTypeInfo()
          Accessor for type info
 TypeInfo TimeRDBMSMapping.getTypeInfo()
           
 TypeInfo TimestampRDBMSMapping.getTypeInfo()
          Accessor for the type info for this column.
 TypeInfo TinyIntRDBMSMapping.getTypeInfo()
           
 TypeInfo VarBinaryRDBMSMapping.getTypeInfo()
          Accessor for the type info of the JDBC type being represented.
 TypeInfo VarCharRDBMSMapping.getTypeInfo()
          Accessor for datastore type info for this mapping.
 

Uses of TypeInfo in org.jpox.store.rdbms.mapping.oracle
 

Methods in org.jpox.store.rdbms.mapping.oracle that return TypeInfo
 TypeInfo OracleBlobRDBMSMapping.getTypeInfo()
           
 TypeInfo OracleClobRDBMSMapping.getTypeInfo()
           
 

Uses of TypeInfo in org.jpox.store.rdbms.typeinfo
 

Subclasses of TypeInfo in org.jpox.store.rdbms.typeinfo
 class DB2TypeInfo
          Represents the metadata of a DB2 data type.
 class DerbyTypeInfo
          Represents the metadata of a Cloudscape/Derby data type.
 class FirebirdTypeInfo
          Represents the metadata of a Firebird data type.
 class HSQLTypeInfo
          Represents the metadata of a HSQL data type.
 class InformixTypeInfo
          Represents the metadata of a Informix data type.
 class McKoiTypeInfo
          Represents the metadata of a McKoi data type.
 class MSSQLTypeInfo
          Represents the metadata of a MSSQL data type.
 class MySQLTypeInfo
          Represents the metadata of a MySQL data type.
 class OracleTypeInfo
          Represents the metadata of an Oracle data type.
 class PostgreSQLTypeInfo
          Represents the metadata of a PostgreSQL data type.
 



Copyright © -2007 . All Rights Reserved.