Uses of Class
com.github.eikecochu.sqlbuilder.Union
-
Packages that use Union Package Description com.github.eikecochu.sqlbuilder -
-
Uses of Union in com.github.eikecochu.sqlbuilder
Methods in com.github.eikecochu.sqlbuilder that return Union Modifier and Type Method Description UnionUnion. all()UnionUnion. all(boolean all)UnionUnion. distinct()default UnionBeforeUnion. union()Continue query with UNIONdefault UnionBeforeUnion. union(Union union)Accept an existing UNION statement as predecessordefault UnionBeforeUnion. unionAll()Continue query with UNION ALLdefault UnionBeforeUnion. unionSQL(java.lang.String sql)Use plain SQL to form this UNION statementMethods in com.github.eikecochu.sqlbuilder with parameters of type Union Modifier and Type Method Description default UnionBeforeUnion. union(Union union)Accept an existing UNION statement as predecessor
-