com.alibaba.druid.sql.ast.statement
接口 SQLConstaint

所有超级接口:
SQLObject
所有已知子接口:
OracleConstraint, SQLColumnConstraint, SQLForeignKeyConstraint, SQLPrimaryKey, SQLTableConstaint, SQLUniqueConstraint
所有已知实现类:
MysqlForeignKey, MySqlKey, MySqlPrimaryKey, MySqlUnique, NotNullConstraint, OracleCheck, OracleForeignKey, OraclePrimaryKey, OracleUnique, SQLCheck, SQLColumnCheck, SQLColumnPrimaryKey, SQLColumnReference, SQLColumnUniqueKey, SQLConstaintImpl, SQLForeignKeyImpl, SQLPrimaryKeyImpl, SQLUnique

public interface SQLConstaint
extends SQLObject


方法摘要
 SQLName getName()
           
 void setName(SQLName value)
           
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

方法详细信息

getName

SQLName getName()

setName

void setName(SQLName value)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.