|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISQLSelectParser.IExpression | |
---|---|
isql | |
isql.builder |
Uses of ISQLSelectParser.IExpression in isql |
---|
Classes in isql that implement ISQLSelectParser.IExpression | |
---|---|
static class |
ISQLSelectParser.ComplexExpression
|
static class |
ISQLSelectParser.SimpleExpression
|
Fields in isql declared as ISQLSelectParser.IExpression | |
---|---|
ISQLSelectParser.IExpression |
ISQLSelectParser.selectExpression_return.e
|
ISQLSelectParser.IExpression |
ISQLSelectParser.whereExpression_return.e
|
Methods in isql that return ISQLSelectParser.IExpression | |
---|---|
ISQLSelectParser.IExpression |
ISQLSelectParser.ComplexExpression.getA()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.ComplexExpression.getB()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.Comparison.getCompared()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.CaseFunction.getElse()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.ExpressionSubExpression.getExpression()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.Comparison.getTest()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.Like.getTest()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.In.getTest()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.WhenThen.getThen()
|
ISQLSelectParser.IExpression |
ISQLSelectParser.SelectItem.getWhat()
|
Methods in isql that return types with arguments of type ISQLSelectParser.IExpression | |
---|---|
java.util.List<ISQLSelectParser.IExpression> |
ISQLSelectParser.Function.getParameters()
|
Methods in isql with parameters of type ISQLSelectParser.IExpression | |
---|---|
void |
ISQLSelectParser.Function.addParameter(ISQLSelectParser.IExpression parameter)
|
void |
ISQLSelectParser.CaseFunction.setElse(ISQLSelectParser.IExpression expElse)
|
Constructors in isql with parameters of type ISQLSelectParser.IExpression | |
---|---|
ISQLSelectParser.Comparison(ISQLSelectParser.IExpression test,
ISQLSelectParser.IExpression compared,
java.lang.String operator)
|
|
ISQLSelectParser.ComplexExpression(ISQLSelectParser.IExpression a,
ISQLSelectParser.IExpression b,
java.lang.String operator)
|
|
ISQLSelectParser.ExpressionSubExpression(ISQLSelectParser.IExpression expression)
|
|
ISQLSelectParser.In(ISQLSelectParser.IExpression test,
java.util.List<ISQLSelectParser.IConstant> lstConstants)
|
|
ISQLSelectParser.Like(ISQLSelectParser.IExpression test,
java.lang.String compared)
|
|
ISQLSelectParser.SelectItem(ISQLSelectParser.IExpression what,
java.lang.String alias)
|
|
ISQLSelectParser.WhenThen(ISQLSelectParser.When when,
ISQLSelectParser.IExpression then)
|
Uses of ISQLSelectParser.IExpression in isql.builder |
---|
Methods in isql.builder with parameters of type ISQLSelectParser.IExpression | |
---|---|
IExpression |
ExpressionBuilder.buildExpression(ISQLSelectParser.IExpression expression)
The main method to extract the expression tree from an ANTLR parsed expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |