Class ExistsSubquery
java.lang.Object
io.github.torand.fastersql.predicate.ExistsSubquery
Implements the 'existence' (at least one row) predicate.
-
Method Details
-
sql
Description copied from interface:SqlFormats object as an SQL fragment. -
params
Description copied from interface:SqlGets the statement parameters introduced by this fragment. -
negatedSql
Description copied from interface:PredicateFormats negated predicate as an SQL fragment.- Specified by:
negatedSqlin interfacePredicate- Parameters:
context- the context (incl. dialect).- Returns:
- the formatted SQL fragment.
-