Uses of Interface
isql.expression.ISimpleExpression

Packages that use ISimpleExpression
isql.expression   
 

Uses of ISimpleExpression in isql.expression
 

Classes in isql.expression that implement ISimpleExpression
 class AggregateFunction
          function to aggregate rows of the view (for example SUM, AVERAGE...).
 class CaseExpression
          calculates the result of a CASE-WHEN-THEN expression
 class ColumnExpressionByGroup
          A simple table-column expression.
 class ColumnExpressionSimple
          An expression composed by a single column
 class ConstantExpression
          Expression consiting of just a constant, like a number or a string