com.alibaba.druid.sql.ast.statement
Class SQLConstaintImpl

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLConstaintImpl
All Implemented Interfaces:
SQLObject, SQLConstaint, Serializable
Direct Known Subclasses:
MySqlKey, NotNullConstraint, SQLTableConstaintImpl, SQLUniqueConstraintImpl

public abstract class SQLConstaintImpl
extends SQLObjectImpl
implements SQLConstaint

See Also:
Serialized Form

Constructor Summary
SQLConstaintImpl()
           
 
Method Summary
 SQLName getName()
           
 void setName(SQLName name)
           
 
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
equals, getClass, hashCode, 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

SQLConstaintImpl

public SQLConstaintImpl()
Method Detail

getName

public SQLName getName()
Specified by:
getName in interface SQLConstaint

setName

public void setName(SQLName name)
Specified by:
setName in interface SQLConstaint


Copyright © 2012 Alibaba Group. All Rights Reserved.