|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedDataTypeException | |
org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
Uses of UnsupportedDataTypeException in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter that throw UnsupportedDataTypeException | |
TypeInfo |
RDBMSAdapter.getTypeInfo(int dataType)
Returns type information for the database type that best implements the given JDBC type. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |