- All Known Subinterfaces:
ExposesSubqueryCall.BuildableSubquery,LoadCSVStatementBuilder,StatementBuilder,StatementBuilder.OngoingReading,StatementBuilder.OngoingReadingAndWith,StatementBuilder.OngoingReadingAndWithWithSkip,StatementBuilder.OngoingReadingAndWithWithWhereAndOrder,StatementBuilder.OngoingReadingWithoutWhere,StatementBuilder.OngoingReadingWithWhere,StatementBuilder.OrderableOngoingReadingAndWith,StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere,StatementBuilder.OrderableOngoingReadingAndWithWithWhere,StatementBuilder.VoidCall
@API(status=STABLE,
since="1.0")
public interface ExposesUnwind
- Since:
- 1.0
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementBuilder.OngoingUnwindStarts building a newUNWINDclause.unwind(Expression expression) Starts building a newUNWINDclause.default StatementBuilder.OngoingUnwindunwind(Expression... expressions) Starts building a newUNWINDclause.
-
Method Details
-
unwind
Starts building a newUNWINDclause.- Parameters:
expressions- The things to unwind.- Returns:
- An ongoing definition of an unwind.
-
unwind
Starts building a newUNWINDclause.- Parameters:
variable- The thing to unwind.- Returns:
- An ongoing definition of an unwind.
-
unwind
Starts building a newUNWINDclause.- Parameters:
expression- The things to unwind.- Returns:
- An ongoing definition of an unwind.
-