Uses of Class
io.github.torand.fastersql.predicate.ExistsSubquery
Packages that use ExistsSubquery
Package
Description
Provides classes and interfaces related to predicates.
-
Uses of ExistsSubquery in io.github.torand.fastersql.predicate
Methods in io.github.torand.fastersql.predicate that return ExistsSubqueryModifier and TypeMethodDescriptionstatic ExistsSubquery
Predicates.exists
(ExpressionSubquery operand) Create an 'existence' (at least one row) predicate taking a subquery as right operand.