Interface StatementGroup
-
@ProviderType public interface StatementGroupClass to group variousStatement
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStatementGroup.JoinOperatorEnum to specify operator to join with the inner statement.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementGroup.JoinOperatorgetJoinOperator()java.util.List<Statement>getStatements()
-
-
-
Method Detail
-
getStatements
java.util.List<Statement> getStatements()
- Returns:
- the statements
-
getJoinOperator
StatementGroup.JoinOperator getJoinOperator()
- Returns:
- the joinOperator
-
-