|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Types
.
See:
Description
Interface Summary | |
SqlTypeConverter | Interface for classes that convert between strings and sql data types. |
Class Summary | |
ByteArrayBase64Converter | Converts between a byte array and its Base64 encoded string representation (e.g. |
DateConverter | Converts between Date and String using the standard
representation "yyyy", or "yyyy-mm", or "yyyy-mm-dd". |
NumberConverter | Converts between the various number types (including boolean types) and String . |
TimeConverter | Converts between Time and String using the standard
representation "hh:mm:ss". |
TimestampConverter | Converts between Timestamp and String using the standard
representation "yyyy-mm-dd hh:mm:ss.fffffffff". |
Exception Summary | |
ConversionException | Exception generated by SqlTypeConverter implementations. |
This package contains helper classes that convert between textual representations
and values of the types that correspond to the JDBC type codes given by
Types
. These converters are used by the
DataReader
when inserting data into the database.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |