Uses of Class
fc.jdbc.ResultSetTransform.Rule

Packages that use ResultSetTransform.Rule
fc.jdbc   
 

Uses of ResultSetTransform.Rule in fc.jdbc
 

Methods in fc.jdbc with parameters of type ResultSetTransform.Rule
 void ResultSetTransform.addColumnTransform(int columnIndex, ResultSetTransform.Rule rule)
          Adds a transform rule for the specified column.
 void ResultSetTransform.addColumnTransform(java.lang.String columnName, ResultSetTransform.Rule rule)
          Adds a transform rule for the specified column.