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

所有超级接口:
SQLConstaint, SQLObject
所有已知子接口:
SQLPrimaryKey
所有已知实现类:
MySqlKey, MySqlPrimaryKey, MySqlUnique, OraclePrimaryKey, OracleUnique, SQLPrimaryKeyImpl, SQLUnique

public interface SQLUniqueConstraint
extends SQLConstaint


方法摘要
 List<SQLExpr> getColumns()
           
 
从接口 com.alibaba.druid.sql.ast.statement.SQLConstaint 继承的方法
getName, setName
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

方法详细信息

getColumns

List<SQLExpr> getColumns()


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