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

Packages that use InPredicate
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of InPredicate in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return InPredicate
 InPredicate BooleanFactory.in(NonBooleanExpression what, NonBooleanExpression... values)
          Creates new InPredicate.
 



Copyright © 2010-2012. All Rights Reserved.