com.tonbeller.wcf.param
Class SqlAndExpr

java.lang.Object
  extended bycom.tonbeller.wcf.param.SqlExprWithOperands
      extended bycom.tonbeller.wcf.param.SqlAndExpr
All Implemented Interfaces:
java.lang.Cloneable, SqlExpr

public class SqlAndExpr
extends com.tonbeller.wcf.param.SqlExprWithOperands

Since:
31.01.2005
Author:
av

Constructor Summary
SqlAndExpr()
           
 
Method Summary
 void accept(SqlExprVisitor visitor)
           
 void addOperand(SqlExpr exp)
           
 java.lang.Object clone()
           
 java.util.List getOperands()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlAndExpr

public SqlAndExpr()
Method Detail

accept

public void accept(SqlExprVisitor visitor)

addOperand

public void addOperand(SqlExpr exp)

getOperands

public java.util.List getOperands()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Specified by:
clone in interface SqlExpr
Throws:
java.lang.CloneNotSupportedException