com.alibaba.druid.sql.dialect.oracle.ast.expr
Class OracleIsSetExpr

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.dialect.oracle.ast.expr.OracleIsSetExpr
All Implemented Interfaces:
SQLExpr, SQLObject, OracleExpr, OracleSQLObject, Serializable

public class OracleIsSetExpr
extends SQLExprImpl
implements OracleExpr

See Also:
Serialized Form

Constructor Summary
OracleIsSetExpr()
           
OracleIsSetExpr(SQLExpr nestedTable)
           
 
Method Summary
 void accept0(OracleASTVisitor visitor)
           
 boolean equals(Object obj)
           
 SQLExpr getNestedTable()
           
 int hashCode()
           
 void setNestedTable(SQLExpr nestedTable)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

OracleIsSetExpr

public OracleIsSetExpr()

OracleIsSetExpr

public OracleIsSetExpr(SQLExpr nestedTable)
Method Detail

getNestedTable

public SQLExpr getNestedTable()

setNestedTable

public void setNestedTable(SQLExpr nestedTable)

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject

hashCode

public int hashCode()
Specified by:
hashCode in class SQLExprImpl

equals

public boolean equals(Object obj)
Specified by:
equals in class SQLExprImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.