T - The builder type that is returned on terminal operationspublic interface MultipleSubqueryInitiator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
end()
Finishes the subquery builder.
|
SubqueryInitiator<MultipleSubqueryInitiator<T>> |
with(String subqueryAlias)
Starts a
SubqueryInitiator for the given subquery alias. |
SubqueryInitiator<MultipleSubqueryInitiator<T>> with(String subqueryAlias)
SubqueryInitiator for the given subquery alias.subqueryAlias - The alias for the subquery which will be replaced by the actual subqueryT end()
Copyright © 2016 Blazebit. All Rights Reserved.