|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use uk.org.ogsadai.converters.resultset | |
uk.org.ogsadai.activity.sql | Activities that provide SQL access to a relational data resource. |
uk.org.ogsadai.converters.resultset | Contains classes and interfaces for converting SQL result sets into different serialisations. |
uk.org.ogsadai.converters.resultset.csv | |
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. |
Classes in uk.org.ogsadai.converters.resultset used by uk.org.ogsadai.activity.sql | |
ResultSetConverter
A class to convert the contents of java.sql.ResultSet objects
into blocks of data. |
Classes in uk.org.ogsadai.converters.resultset used by uk.org.ogsadai.converters.resultset | |
ColumnStrategy
A column strategy is responsible for converting the data from a single column of a java.sql.ResultSet into string. |
|
ColumnStrategyFactory
The factory interface for creating column strategies. |
|
ResultSetHandler
The interface for handling the events that are generated when a result set is converted. |
|
ResultSetHandlerException
Problem arising when trying to convert a java.sql.ResultSet to another format. |
Classes in uk.org.ogsadai.converters.resultset used by uk.org.ogsadai.converters.resultset.csv | |
ColumnStrategy
A column strategy is responsible for converting the data from a single column of a java.sql.ResultSet into string. |
|
ColumnStrategyFactory
The factory interface for creating column strategies. |
|
ResultSetHandler
The interface for handling the events that are generated when a result set is converted. |
|
ResultSetHandlerException
Problem arising when trying to convert a java.sql.ResultSet to another format. |
|
StrategicResultSetHandler
A ResultSet handler that uses strategy objects to handle the SQL column types occurring within a ResultSet. |
Classes in uk.org.ogsadai.converters.resultset used by uk.org.ogsadai.converters.resultset.webrowset | |
ColumnStrategy
A column strategy is responsible for converting the data from a single column of a java.sql.ResultSet into string. |
|
ColumnStrategyFactory
The factory interface for creating column strategies. |
|
ResultSetHandler
The interface for handling the events that are generated when a result set is converted. |
|
ResultSetHandlerException
Problem arising when trying to convert a java.sql.ResultSet to another format. |
|
StrategicResultSetHandler
A ResultSet handler that uses strategy objects to handle the SQL column types occurring within a ResultSet. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |