Uses of Interface
org.hcjf.layers.query.model.QueryReturnParameter
-
Packages that use QueryReturnParameter Package Description org.hcjf.layers.query org.hcjf.layers.query.model -
-
Uses of QueryReturnParameter in org.hcjf.layers.query
Methods in org.hcjf.layers.query that return types with arguments of type QueryReturnParameter Modifier and Type Method Description java.util.List<QueryReturnParameter>Query. getGroupParameters()Return all the group fields of the query.java.util.List<QueryReturnParameter>Query. getReturnParameters()Return an unmodifiable list with the return fields.Methods in org.hcjf.layers.query with parameters of type QueryReturnParameter Modifier and Type Method Description QueryQuery. addGroupField(QueryReturnParameter groupField)Add a name of the field for group the data collection.QueryQuery. addReturnField(QueryReturnParameter returnParameter)Add the name of the field to be returned in the result set. -
Uses of QueryReturnParameter in org.hcjf.layers.query.model
Classes in org.hcjf.layers.query.model that implement QueryReturnParameter Modifier and Type Class Description classQueryReturnFieldThis kind of component represent the fields to be returned into the query.classQueryReturnFunction
-