public class ResultSetSpec extends Object
Constructor and Description |
---|
ResultSetSpec(SelectClauseStreamSelectorEnum selectClauseStreamSelector,
List<OrderByItem> orderByList,
SelectClauseSpecCompiled selectClauseSpec,
InsertIntoDesc insertIntoDesc,
GroupByClauseExpressions groupByClauseExpressions,
ExprNode whereClause,
ExprNode havingClause,
OutputLimitSpec optionalOutputLimitSpec,
RowLimitSpec rowLimitSpec,
String contextName,
ForClauseSpec forClauseSpec,
IntoTableSpec intoTableSpec,
StreamSpecCompiled[] streamSpecs,
Annotation[] annotations) |
ResultSetSpec(StatementSpecCompiled statementSpec) |
public ResultSetSpec(SelectClauseStreamSelectorEnum selectClauseStreamSelector, List<OrderByItem> orderByList, SelectClauseSpecCompiled selectClauseSpec, InsertIntoDesc insertIntoDesc, GroupByClauseExpressions groupByClauseExpressions, ExprNode whereClause, ExprNode havingClause, OutputLimitSpec optionalOutputLimitSpec, RowLimitSpec rowLimitSpec, String contextName, ForClauseSpec forClauseSpec, IntoTableSpec intoTableSpec, StreamSpecCompiled[] streamSpecs, Annotation[] annotations)
public ResultSetSpec(StatementSpecCompiled statementSpec)
public List<OrderByItem> getOrderByList()
public SelectClauseSpecCompiled getSelectClauseSpec()
public InsertIntoDesc getInsertIntoDesc()
public ExprNode getHavingClause()
public OutputLimitSpec getOptionalOutputLimitSpec()
public SelectClauseStreamSelectorEnum getSelectClauseStreamSelector()
public GroupByClauseExpressions getGroupByClauseExpressions()
public RowLimitSpec getRowLimitSpec()
public String getContextName()
public ExprNode getWhereClause()
public ForClauseSpec getForClauseSpec()
public IntoTableSpec getIntoTableSpec()
public StreamSpecCompiled[] getStreamSpecs()
public Annotation[] getAnnotations()
Copyright © 2005–2018. All rights reserved.