Types.See: Description
| Interface | Description |
|---|---|
| SqlTypeConverter |
Interface for classes that convert between strings and sql data types.
|
| Class | Description |
|---|---|
| ByteArrayBase64Converter |
Converts between a byte array and its Base64 encoded string representation (e.g.
|
| DateConverter | |
| NumberConverter |
Converts between the various number types (including boolean types) and
String. |
| TimeConverter | |
| TimestampConverter |
| Exception | Description |
|---|---|
| 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.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.