Uses of Class
org.apache.pivot.sql.ResultList.Field
-
Packages that use ResultList.Field Package Description 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 Modifier and Type Method Description Sequence<ResultList.Field>
ResultList. getFields()
Methods in org.apache.pivot.sql with parameters of type ResultList.Field Modifier and Type Method Description void
ResultList. setFields(ResultList.Field... fields)
Method parameters in org.apache.pivot.sql with type arguments of type ResultList.Field Modifier and Type Method Description void
ResultList. setFields(Sequence<ResultList.Field> fields)
-