|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeInfo | |
com.triactive.jdo.store |
Uses of TypeInfo in com.triactive.jdo.store |
Subclasses of TypeInfo in com.triactive.jdo.store | |
(package private) class |
MySQLTypeInfo
Represents the metadata of a MySQL data type. |
(package private) class |
PostgreSQLTypeInfo
Represents the metadata of a PostgreSQL data type. |
Fields in com.triactive.jdo.store declared as TypeInfo | |
protected TypeInfo |
ColumnMapping.typeInfo
|
protected TypeInfo |
Column.typeInfo
|
Methods in com.triactive.jdo.store that return TypeInfo | |
protected TypeInfo |
StringMapping.getTypeInfo()
|
protected TypeInfo |
SqlTimestampMapping.getTypeInfo()
|
protected TypeInfo |
SqlTimestampCharMapping.getTypeInfo()
|
protected TypeInfo |
SqlDateMapping.getTypeInfo()
|
protected TypeInfo |
SqlDateCharMapping.getTypeInfo()
|
protected TypeInfo |
ShortMapping.getTypeInfo()
|
TypeInfo |
PostgreSQLAdapter.newTypeInfo(java.sql.ResultSet rs)
|
protected TypeInfo |
OracleStringMapping.getTypeInfo()
|
protected TypeInfo |
OracleClobMapping.getTypeInfo()
|
protected TypeInfo |
OIDMapping.getTypeInfo()
|
TypeInfo |
MySQLAdapter.newTypeInfo(java.sql.ResultSet rs)
|
TypeInfo |
MSSQLServerAdapter.newTypeInfo(java.sql.ResultSet rs)
|
protected TypeInfo |
LongMapping.getTypeInfo()
|
protected TypeInfo |
IntegerMapping.getTypeInfo()
|
protected TypeInfo |
FloatMapping.getTypeInfo()
|
protected TypeInfo |
DoubleMapping.getTypeInfo()
|
protected TypeInfo |
DateCharMapping.getTypeInfo()
|
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. |
protected abstract TypeInfo |
ColumnMapping.getTypeInfo()
|
protected TypeInfo |
CharacterMapping.getTypeInfo()
|
protected TypeInfo |
ByteMapping.getTypeInfo()
|
protected TypeInfo |
BooleanMapping.getTypeInfo()
|
protected TypeInfo |
BooleanCharMapping.getTypeInfo()
|
protected TypeInfo |
BigIntegerMapping.getTypeInfo()
|
protected TypeInfo |
BigDecimalMapping.getTypeInfo()
|
Methods in com.triactive.jdo.store with parameters of type TypeInfo | |
int |
DB2Adapter.getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
|
int |
DatabaseAdapter.getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
Returns the precision value to be used when creating string columns of "unlimited" length. |
Column |
Column.setTypeInfo(TypeInfo typeInfo)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |