Uses of Interface
railo.runtime.sql.exp.Expression

Packages that use Expression
railo.runtime.sql   
railo.runtime.sql.exp   
railo.runtime.sql.exp.op   
railo.runtime.sql.exp.value   
 

Uses of Expression in railo.runtime.sql
 

Methods in railo.runtime.sql that return Expression
 Expression[] Select.getSelects()
           
 

Methods in railo.runtime.sql with parameters of type Expression
 void Select.addSelectExpression(Expression select)
           
 

Uses of Expression in railo.runtime.sql.exp
 

Subinterfaces of Expression in railo.runtime.sql.exp
 interface Column
           
 

Classes in railo.runtime.sql.exp that implement Expression
 class BracketExpression
           
 class ColumnExpression
           
 class ExpressionSupport
           
 

Methods in railo.runtime.sql.exp that return Expression
 Expression BracketExpression.getExp()
           
 

Constructors in railo.runtime.sql.exp with parameters of type Expression
BracketExpression(Expression exp)
           
 

Uses of Expression in railo.runtime.sql.exp.op
 

Subinterfaces of Expression in railo.runtime.sql.exp.op
 interface Operation
           
 

Classes in railo.runtime.sql.exp.op that implement Expression
 class Operation1
           
 class Operation2
           
 class Operation3
           
 class OperationN
           
 

Methods in railo.runtime.sql.exp.op that return Expression
 Expression Operation3.getExp()
           
 Expression Operation1.getExp()
           
 Expression Operation2.getLeft()
           
 Expression Operation3.getLeft()
           
 Expression[] OperationN.getOperants()
           
 Expression Operation2.getRight()
           
 Expression Operation3.getRight()
           
 

Constructors in railo.runtime.sql.exp.op with parameters of type Expression
Operation1(Expression exp, int operator)
           
Operation2(Expression left, Expression right, int operator)
           
Operation3(Expression exp, Expression left, Expression right, int operator)
           
 

Uses of Expression in railo.runtime.sql.exp.value
 

Subinterfaces of Expression in railo.runtime.sql.exp.value
 interface Value
           
 

Classes in railo.runtime.sql.exp.value that implement Expression
 class ValueBoolean
           
 class ValueDate
           
 class ValueNull
           
 class ValueNumber
           
 class ValueString
           
 class ValueSupport
           
 



Copyright © 2012 Railo