public interface SubqueryProvider
SubqueryInitiator.| Modifier and Type | Method and Description |
|---|---|
<T> T |
createSubquery(SubqueryInitiator<T> subqueryInitiator)
Applies a subquery to the given
SubqueryInitiator. |
<T> T createSubquery(SubqueryInitiator<T> subqueryInitiator)
SubqueryInitiator.T - The type of the parent buildersubqueryInitiator - The subquery initiator on which the subquery should be appliedCopyright © 2014–2018 Blazebit. All rights reserved.