public class SQLUnique extends SQLConstraintImpl implements SQLUniqueConstraint, SQLTableElement
Constructor and Description |
---|
SQLUnique() |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(SQLExpr column) |
List<SQLExpr> |
getColumns() |
getEnable, getName, setEnable, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public List<SQLExpr> getColumns()
getColumns
in interface SQLUniqueConstraint
public void addColumn(SQLExpr column)
Copyright © 2013–2017 Alibaba Group. All rights reserved.