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

Method Summary
 ExistsPredicate and(Predicate predicate)
           
 ExistsPredicate and(String predicate)
           
 ExistsPredicate join(String join)
           
 ExistsPredicate where(Predicate predicate)
           
 ExistsPredicate where(String predicate)
           
 
Methods inherited from interface ca.krasnay.sqlbuilder.Predicate
init, toSql
 

Method Detail

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.