Uses of Interface
org.sql.generation.api.grammar.booleans.UnaryPredicate

Packages that use UnaryPredicate
org.sql.generation.api.grammar.booleans This package provides interfaces for syntax elements of boolean expressions in SQL language. 
 

Uses of UnaryPredicate in org.sql.generation.api.grammar.booleans
 

Subinterfaces of UnaryPredicate in org.sql.generation.api.grammar.booleans
 interface ExistsPredicate
          The interface for syntax element representing existence test (EXISTS).
 interface IsNotNullPredicate
          The interface for syntax element representing test for something being not NULL (x IS NOT NULL).
 interface IsNullPredicate
          The interface for syntax element representing test for something being NULL (x IS NULL).
 interface UniquePredicate
          The interface for syntax element representing the test for uniqueness (UNIQUE sub-query).
 



Copyright © 2010-2012. All Rights Reserved.