A node that wraps a ResultConverter
Result converter that can write to multiple sub-converters and read from the first one
An efficient (albeit boxed) ResultConverter for Product/Tuple values.
A ResultConverter
is used to read data from a result, update a result,
and set parameters of a query.
Create a ResultConverter for parameters and result sets.
Create a ResultConverter for parameters and result sets. Subclasses have to provide profile-specific createColumnConverter implementations.
The domain of a ResultConverter
and associated classes.
The domain of a ResultConverter
and associated classes. It defines the
Reader
, Writer
and Updater
types that are needed at the lowest
level of ResultConverters for accessing the underlying driver-specific
data structures.