Uses of Class
org.apache.pivot.sql.ResultList.Field

Packages that use ResultList.Field
org.apache.pivot.sql Contains classes for working with SQL data. 
 

Uses of ResultList.Field in org.apache.pivot.sql
 

Methods in org.apache.pivot.sql that return ResultList.Field
 ResultList.Field ResultList.getField(int index)
           
 

Constructors in org.apache.pivot.sql with parameters of type ResultList.Field
ResultList(ResultSet resultSet, ResultList.Field... fields)
           
 

Constructor parameters in org.apache.pivot.sql with type arguments of type ResultList.Field
ResultList(ResultSet resultSet, boolean includeNullValues, Sequence<ResultList.Field> fields)