Uses of Interface
uk.org.ogsadai.converters.resultset.ColumnStrategyFactory

Packages that use ColumnStrategyFactory
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. 
 

Uses of ColumnStrategyFactory in uk.org.ogsadai.converters.resultset
 

Constructors in uk.org.ogsadai.converters.resultset with parameters of type ColumnStrategyFactory
StrategicResultSetHandler(java.sql.ResultSet rs, ColumnStrategyFactory factory)
          Creates a new result set handler that will use strategies for handling the result set fields.
 

Uses of ColumnStrategyFactory in uk.org.ogsadai.converters.resultset.csv
 

Classes in uk.org.ogsadai.converters.resultset.csv that implement ColumnStrategyFactory
 class CSVColumnStrategyFactory
          A factory that creates column strategies for converting result sets into the CSV format.
 

Uses of ColumnStrategyFactory in uk.org.ogsadai.converters.resultset.webrowset
 

Classes in uk.org.ogsadai.converters.resultset.webrowset that implement ColumnStrategyFactory
 class WebRowSetColumnStrategyFactory
          A factory that creates column strategies for converting result sets into the WebRowSet XML format.