Uses of Interface
org.odata4j.expression.StringLiteral

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

Uses of StringLiteral in org.odata4j.expression
 

Methods in org.odata4j.expression that return StringLiteral
static StringLiteral Expression.string(String value)
           
 

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

Uses of StringLiteral in org.odata4j.producer.jdbc
 

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



http://odata4j.org