Package uk.org.ogsadai.converters.resultset.webrowset

This package contains implementations of the result set converter interfaces for converting java.sql.ResultSet objects into WebRowSet XML.

See:
          Description

Class Summary
BinaryColumnStrategy Strategy to retrieve a binary column value from the database.
NumberColumnStrategy Strategy to retrieve a number value from the database.
TextColumnStrategy Strategy to retrieve a text value from the database.
UnknownColumnStrategy Catch-all strategy for unknown types.
UnsupportedColumnStrategy Catch-all strategy for unsupported types.
WebRowSetColumnStrategyFactory A factory that creates column strategies for converting result sets into the WebRowSet XML format.
WebRowSetResultSetHandler A ResultSetHandler that uses the strategy design pattern and builds an XML WebRowSet representation of a java.sql.ResultSet.
 

Package uk.org.ogsadai.converters.resultset.webrowset Description

This package contains implementations of the result set converter interfaces for converting java.sql.ResultSet objects into WebRowSet XML.