Uses of Class
io.github.torand.fastersql.subquery.ExpressionSubquery
Packages that use ExpressionSubquery
Package
Description
Provides classes and interfaces related to predicates.
Provides classes and interfaces related to projections.
-
Uses of ExpressionSubquery in io.github.torand.fastersql.predicate
Methods in io.github.torand.fastersql.predicate with parameters of type ExpressionSubqueryModifier and TypeMethodDescriptionstatic ExistsSubquery
Predicates.exists
(ExpressionSubquery operand) Create an 'existence' (at least one row) predicate taking a subquery as right operand.static InSubquery
Predicates.in
(LeftOperand left, ExpressionSubquery right) Create a 'member of set' predicate taking a subquery as right operand. -
Uses of ExpressionSubquery in io.github.torand.fastersql.projection
Methods in io.github.torand.fastersql.projection that return ExpressionSubqueryModifier and TypeMethodDescriptionstatic ExpressionSubquery
Projections.subquery
(SelectStatement query) Creates a subquery expression to be used as a projection.