ca.krasnay.sqlbuilder
Interface ExistsPredicate
- All Superinterfaces:
- Predicate
- All Known Implementing Classes:
- ExistsPredicateImpl
public interface ExistsPredicate
- extends Predicate
Predicate used to add an EXISTS clause to the where clause.
- Author:
- John Krasnay
and
ExistsPredicate and(Predicate predicate)
and
ExistsPredicate and(String predicate)
join
ExistsPredicate join(String join)
where
ExistsPredicate where(Predicate predicate)
where
ExistsPredicate where(String predicate)
Copyright © 2014. All rights reserved.