Uses of Class
com.triactive.jdo.store.adapter.TypeInfo

Packages that use TypeInfo
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.mapping   
com.triactive.jdo.store.sql   
 

Uses of TypeInfo in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter that return TypeInfo
 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.
 TypeInfo MysqlAdapter.newTypeInfo(java.sql.ResultSet rs, int row)
           
 TypeInfo PostgresqlAdapter.newTypeInfo(java.sql.ResultSet rs, int row)
           
protected  TypeInfo DatabaseAdapter.newTypeInfo(java.sql.ResultSet rs, int row)
          A factory for TypeInfo objects.
 

Methods in com.triactive.jdo.store.adapter with parameters of type TypeInfo
protected  int TypeInfo.compareBooleanCapabilities(TypeInfo ti)
          Compares this type with another for order with respect to capabilities relevant to boolean types.
protected  int TypeInfo.compareDateOrTimeCapabilities(TypeInfo ti)
          Compares this type with another for order with respect to capabilities relevant to date, time, or timestamp types.
protected  int TypeInfo.compareIntegerCapabilities(TypeInfo ti)
          Compares this type with another for order with respect to capabilities relevant to integral types.
protected  int TypeInfo.compareMaxPrecision(TypeInfo ti)
          Compares this type with another for order with respect to size capacity.
protected  int TypeInfo.compareNullabilityAndSearchability(TypeInfo ti)
          Compares this type with another for order with respect to nullability and searchability.
protected  int TypeInfo.compareNumberCapabilities(TypeInfo ti)
          Compares this type with another for order with respect to capabilities relevant to non-integer number types.
protected  int TypeInfo.compareNumericSizeCapacity(TypeInfo ti)
          Compares this numeric type with another for order with respect to size capacity.
protected  int TypeInfo.compareScaleRange(TypeInfo ti)
          Compares this type with another for order with respect to range of scale.
protected  int TypeInfo.compareStringCapabilities(TypeInfo ti)
          Compares this type with another for order with respect to capabilities relevant to string types, character or binary.
 int PointBaseAdapter.getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
           
 int DatabaseAdapter.getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
          Returns the precision value to be used when creating string columns of "unlimited" length.
 

Uses of TypeInfo in com.triactive.jdo.store.mapping
 

Fields in com.triactive.jdo.store.mapping declared as TypeInfo
protected  TypeInfo ColumnMapping.typeInfo
          The JDBC type info.
 

Methods in com.triactive.jdo.store.mapping that return TypeInfo
 TypeInfo BigDecimalMapping.chooseColumnType(Column col)
           
 TypeInfo BigIntegerMapping.chooseColumnType(Column col)
           
 TypeInfo ByteArrayMapping.chooseColumnType(Column col)
           
 TypeInfo ColumnMapping.chooseColumnType(Column col)
          Chooses an appropriate SQL type for a column based on the column's options.
 TypeInfo StringMapping.chooseColumnType(Column col)
           
 TypeInfo ColumnMapping.getTypeInfo()
          Returns the actual SQL type used by this mapping.
 

Uses of TypeInfo in com.triactive.jdo.store.sql
 

Methods in com.triactive.jdo.store.sql that return TypeInfo
 TypeInfo Column.getTypeInfo()
           
 

Methods in com.triactive.jdo.store.sql with parameters of type TypeInfo
 Column Column.setTypeInfo(TypeInfo typeInfo)
           
 



Copyright ? 2001-2007 The TJDO Project All Rights Reserved.