Uses of Class
io.github.torand.fastersql.statement.SelectSetOpStatement
Packages that use SelectSetOpStatement
Package
Description
Provides classes and interfaces related to statements.
-
Uses of SelectSetOpStatement in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement that return SelectSetOpStatementModifier and TypeMethodDescriptionSelectSetOpStatement.except(SelectStatement operand) Creates an EXCEPT set operation between this and the specified statement.SelectStatement.except(SelectStatement other) Creates an EXCEPT set operation between this and the specified statement.SelectSetOpStatement.exceptAll(SelectStatement operand) Creates an EXCEPT ALL set operation between this and the specified statement.SelectStatement.exceptAll(SelectStatement other) Creates an EXCEPT ALL set operation between this and the specified statement.SelectSetOpStatement.intersect(SelectStatement operand) Creates an INTERSECT set operation between this and the specified statement.SelectStatement.intersect(SelectStatement other) Creates an INTERSECT set operation between this and the specified statement.SelectSetOpStatement.intersectAll(SelectStatement operand) Creates an INTERSECT ALL set operation between this and the specified statement.SelectStatement.intersectAll(SelectStatement other) Creates an INTERSECT ALL set operation between this and the specified statement.Adds one or more ORDER clauses.SelectSetOpStatement.union(SelectStatement operand) Creates a UNION set operation between this and the specified statement.SelectStatement.union(SelectStatement other) Creates a UNION set operation between this and the specified statement.SelectSetOpStatement.unionAll(SelectStatement operand) Creates a UNION ALL set operation between this and the specified statement.SelectStatement.unionAll(SelectStatement other) Creates a UNION ALL set operation between this and the specified statement.