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

All Superinterfaces:
SQLConstaint, SQLObject
All Known Subinterfaces:
SQLPrimaryKey
All Known Implementing Classes:
MySqlKey, MySqlPrimaryKey, OraclePrimaryKey, SQLUniqueConstraintImpl

public interface SQLUniqueConstraint
extends SQLConstaint


Method Summary
 List<SQLExpr> getColumns()
           
 
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLConstaint
getName, setName
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Method Detail

getColumns

List<SQLExpr> getColumns()


Copyright © 2012 Alibaba Group. All Rights Reserved.