Uses of Class
org.tranql.ql.BinaryOperation

Packages that use BinaryOperation
org.tranql.ql   
org.tranql.query   
org.tranql.sql.sql92   
 

Uses of BinaryOperation in org.tranql.ql
 

Methods in org.tranql.ql with parameters of type BinaryOperation
 java.lang.Object QueryVisitor.visit(BinaryOperation node, java.lang.Object param)
           
 

Uses of BinaryOperation in org.tranql.query
 

Methods in org.tranql.query with parameters of type BinaryOperation
 java.lang.Object QueryCloner.visit(BinaryOperation node, java.lang.Object param)
           
 

Uses of BinaryOperation in org.tranql.sql.sql92
 

Methods in org.tranql.sql.sql92 with parameters of type BinaryOperation
 java.lang.Object SQL92Generator.visit(BinaryOperation node, java.lang.Object param)
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.