|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Class
org.hsqldb.Expression
| Uses of Expression in org.hsqldb |
| Fields in org.hsqldb declared as Expression | |
private Expression |
TableFilter.eStart
|
private Expression |
TableFilter.eEnd
|
private Expression |
TableFilter.eAnd
|
(package private) Expression |
Select.eCondition
|
(package private) Expression |
Select.havingCondition
|
(package private) Expression[] |
Select.eColumn
|
private Expression[] |
Function.eArg
|
private Expression |
Expression.eArg
|
private Expression |
Expression.eArg2
|
| Methods in org.hsqldb that return Expression | |
private Expression |
Parser.doOrderGroup(Expression e,
java.util.Vector vcolumn)
Description of the Method |
private Expression |
Parser.addCondition(Expression e1,
Expression e2)
Method declaration |
private Expression |
Parser.parseOuterJoinCondition()
parses the expression that can be used behind a [..] JOIN table ON (exp). |
private Expression |
Parser.parseExpression()
Method declaration |
private Expression |
Parser.readOr()
Method declaration |
private Expression |
Parser.readAnd()
Method declaration |
private Expression |
Parser.readCondition()
Method declaration |
private Expression |
Parser.readConcat()
Method declaration |
private Expression |
Parser.readSum()
Method declaration |
private Expression |
Parser.readFactor()
Method declaration |
private Expression |
Parser.readTerm()
Method declaration |
(package private) Expression |
Expression.getArg()
Method declaration |
(package private) Expression |
Expression.getArg2()
Method declaration |
| Methods in org.hsqldb with parameters of type Expression | |
(package private) void |
TableFilter.setCondition(Expression e)
Method declaration |
private void |
TableFilter.addAndCondition(Expression e)
Method declaration |
private boolean |
TableFilter.test(Expression e)
Method declaration |
private Expression |
Parser.doOrderGroup(Expression e,
java.util.Vector vcolumn)
Description of the Method |
private Expression |
Parser.addCondition(Expression e1,
Expression e2)
Method declaration |
(package private) void |
Function.setArgument(int i,
Expression e)
Binds the specified expression to the specified argument in this Function object's paramter list. |
| Constructors in org.hsqldb with parameters of type Expression | |
Expression(Expression e)
Constructor declaration |
|
Expression(int type,
Expression e,
Expression e2)
Constructor declaration |
|
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||