Uses of Class
it.eng.qbe.newquery.ExpressionNode

Packages that use ExpressionNode
it.eng.qbe.newquery   
 

Uses of ExpressionNode in it.eng.qbe.newquery
 

Methods in it.eng.qbe.newquery that return ExpressionNode
 ExpressionNode Query.getWhereClauseStructure()
           
 

Methods in it.eng.qbe.newquery with parameters of type ExpressionNode
 void ExpressionNode.addChild(ExpressionNode child)
           
 void Query.setWhereClauseStructure(ExpressionNode whereClauseStructure)