Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
Typically used as inner class, with access to surrounding method arguments.
Delegates to the streamData template method for streaming LOB
content to some OutputStream, typically using a LobHandler.
Abstract implementation of the SqlTypeValue interface, for convenient
creation of type values that are supposed to be passed into the
PreparedStatement.setObject method.
Bean definition reader that reads values from a database table,
based on a given SQL statement.
Expects columns for bean name, property name and value as String.
Formats for each are identical to the properties format recognized
by PropertiesBeanDefinitionReader.
NOTE: This is mainly intended as an example for a custom
JDBC-based bean definition reader.