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