Uses of Class
org.sql.generation.api.grammar.booleans.BooleanTest.TruthValue

Packages that use BooleanTest.TruthValue
org.sql.generation.api.grammar.booleans This package provides interfaces for syntax elements of boolean expressions in SQL language. 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of BooleanTest.TruthValue in org.sql.generation.api.grammar.booleans
 

Methods in org.sql.generation.api.grammar.booleans that return BooleanTest.TruthValue
 BooleanTest.TruthValue BooleanTest.getTruthValue()
          The truth value which must evaluate from the expression.
static BooleanTest.TruthValue BooleanTest.TruthValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BooleanTest.TruthValue[] BooleanTest.TruthValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BooleanTest.TruthValue in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories with parameters of type BooleanTest.TruthValue
 BooleanTest BooleanFactory.test(BooleanExpression expression, BooleanTest.TestType testType, BooleanTest.TruthValue truthValue)
          Creates new BooleanTest.
 



Copyright © 2010. All Rights Reserved.