com.alibaba.druid.sql.ast.statement
Interface SQLConstaint

All Superinterfaces:
SQLObject
All Known Subinterfaces:
SQLColumnConstraint, SQLForeignKeyConstraint, SQLPrimaryKey, SQLTableConstaint, SQLUniqueConstraint
All Known Implementing Classes:
MySqlKey, MySqlPrimaryKey, NotNullConstraint, OraclePrimaryKey, SQLConstaintImpl, SQLTableConstaintImpl, SQLUniqueConstraintImpl

public interface SQLConstaint
extends SQLObject


Method Summary
 SQLName getName()
           
 void setName(SQLName value)
           
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Method Detail

getName

SQLName getName()

setName

void setName(SQLName value)


Copyright © 2012 Alibaba Group. All Rights Reserved.