| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | 
PostgresqlAdapter.newTypeInfo(java.sql.ResultSet rs,
            int row)
 | 
 TypeInfo | 
MysqlAdapter.newTypeInfo(java.sql.ResultSet rs,
            int row)
 | 
protected  TypeInfo | 
DatabaseAdapter.newTypeInfo(java.sql.ResultSet rs,
            int row)
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 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.compareIntegerCapabilities(TypeInfo ti)
Compares this type with another for order with respect to capabilities relevant to integral types.  | 
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.compareStringCapabilities(TypeInfo ti)
Compares this type with another for order with respect to capabilities relevant to string types, character or binary.  | 
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.compareNullabilityAndSearchability(TypeInfo ti)
Compares this type with another for order with respect to nullability and searchability.  | 
protected  int | 
TypeInfo.compareNumericSizeCapacity(TypeInfo ti)
Compares this numeric type with another for order with respect to size capacity.  | 
protected  int | 
TypeInfo.compareMaxPrecision(TypeInfo ti)
Compares this 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.  | 
 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 | 
StringMapping.chooseColumnType(Column col)
 | 
 TypeInfo | 
OracleStringMapping.chooseColumnType(Column col)
 | 
 TypeInfo | 
OracleClobMapping.chooseColumnType(Column col)
 | 
 TypeInfo | 
OracleBlobMapping.chooseColumnType(Column col)
 | 
 TypeInfo | 
ColumnMapping.chooseColumnType(Column col)
Chooses an appropriate SQL type for a column based on the column's options.  | 
 TypeInfo | 
ColumnMapping.getTypeInfo()
Returns the actual SQL type used by this mapping.  | 
 TypeInfo | 
ByteArrayMapping.chooseColumnType(Column col)
 | 
 TypeInfo | 
BigIntegerMapping.chooseColumnType(Column col)
 | 
 TypeInfo | 
BigDecimalMapping.chooseColumnType(Column col)
 | 
| 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)
 | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||