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