com.alibaba.druid.sql.ast.expr
Class SQLObjectCreateExpr

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.ast.expr.SQLObjectCreateExpr
All Implemented Interfaces:
SQLExpr, SQLObject, Serializable

public class SQLObjectCreateExpr
extends SQLExprImpl
implements Serializable

See Also:
Serialized Form

Field Summary
 String objType
           
 List<SQLExpr> paramList
           
 
Constructor Summary
SQLObjectCreateExpr()
           
SQLObjectCreateExpr(String objType)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
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
 

Field Detail

objType

public String objType

paramList

public final List<SQLExpr> paramList
Constructor Detail

SQLObjectCreateExpr

public SQLObjectCreateExpr()

SQLObjectCreateExpr

public SQLObjectCreateExpr(String objType)
Method Detail

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.