Uses of Interface
org.odata4j.expression.BooleanLiteral

Packages that use BooleanLiteral
org.odata4j.expression   
org.odata4j.producer.jdbc   
 

Uses of BooleanLiteral in org.odata4j.expression
 

Methods in org.odata4j.expression that return BooleanLiteral
static BooleanLiteral Expression.boolean_(boolean value)
           
 

Methods in org.odata4j.expression with parameters of type BooleanLiteral
 void PrintExpressionVisitor.visit(BooleanLiteral expr)
           
 void FilterExpressionVisitor.visit(BooleanLiteral expr)
           
 void ExpressionVisitor.visit(BooleanLiteral expr)
           
 

Uses of BooleanLiteral in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc with parameters of type BooleanLiteral
 void GenerateWhereClause.visit(BooleanLiteral expr)
           
 



http://odata4j.org