Uses of Interface
org.hotrod.runtime.livesql.queries.select.CombinableSelect
-
Packages that use CombinableSelect Package Description org.hotrod.runtime.livesql.queries.select -
-
Uses of CombinableSelect in org.hotrod.runtime.livesql.queries.select
Classes in org.hotrod.runtime.livesql.queries.select that implement CombinableSelect Modifier and Type Class Description classSelectColumnsPhase<R>classSelectFromPhase<R>classSelectGroupByPhase<R>classSelectHavingPhase<R>classSelectWherePhase<R>Methods in org.hotrod.runtime.livesql.queries.select with parameters of type CombinableSelect Modifier and Type Method Description SelectHavingPhase<R>EnclosedSelect. except(CombinableSelect<R> select)SelectHavingPhase<R>EnclosedSelect. exceptAll(CombinableSelect<R> select)SelectHavingPhase<R>EnclosedSelect. intersect(CombinableSelect<R> select)SelectHavingPhase<R>EnclosedSelect. intersectAll(CombinableSelect<R> select)SelectHavingPhase<R>EnclosedSelect. union(CombinableSelect<R> select)SelectHavingPhase<R>EnclosedSelect. unionAll(CombinableSelect<R> select)
-