public class BasicSelector extends Selector
Constructor and Description |
---|
BasicSelector() |
Modifier and Type | Method and Description |
---|---|
BasicSelector |
addGroupByList(List<Variable> list) |
BasicSelector |
addSelectionList(List<OutputAttribute> projectionList) |
BasicSelector |
groupBy(Variable variable) |
BasicSelector |
select(String rename,
Expression expression) |
BasicSelector |
select(Variable variable) |
addOrderByList, basicSelector, equals, getGroupByList, getHavingExpression, getLimit, getOrderByList, getQueryContextEndIndex, getQueryContextStartIndex, getSelectionList, hashCode, having, limit, orderBy, orderBy, selector, setQueryContextEndIndex, setQueryContextStartIndex, toString
public BasicSelector select(String rename, Expression expression)
public BasicSelector select(Variable variable)
public BasicSelector groupBy(Variable variable)
public BasicSelector addGroupByList(List<Variable> list)
addGroupByList
in class Selector
public BasicSelector addSelectionList(List<OutputAttribute> projectionList)
addSelectionList
in class Selector
Copyright © 2018 WSO2. All rights reserved.