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 types with arguments of type ResultList.Field
 Sequence<ResultList.Field> ResultList.getFields()
           
 

Methods in org.apache.pivot.sql with parameters of type ResultList.Field
 void ResultList.setFields(ResultList.Field... fields)
           
 

Method parameters in org.apache.pivot.sql with type arguments of type ResultList.Field
 void ResultList.setFields(Sequence<ResultList.Field> fields)