|
Class Summary |
| AbstractType |
Superclass of concrete ExtendedType implementations. |
| ByteArrayType |
|
| ByteType |
Addresses bugs in certain JDBC drivers that do not handle java.lang.Byte
properly. |
| CharType |
Handles CHAR type for JDBC drivers that don't trim trailing spaces. |
| DefaultType |
Default implementation of ExtendedType that works exactly per JDBC
specification. |
| ExtendedTypeMap |
Contains a map of ExtendedType objects, that serve as handlers for converting
values between Java application and JDBC layer. |
| ShortType |
Addresses bugs in certain JDBC drivers that do not handle java.lang.Short
properly. |
| UtilDateType |
ExtendedType that allows Java application to use java.util.Date
transparently for all three database date/time types: TIME, DATE, TIMESTAMP. |