public class SQLPrimaryKeyImpl extends SQLUnique implements SQLPrimaryKey, SQLTableConstraint
hints
Constructor and Description |
---|
SQLPrimaryKeyImpl() |
Modifier and Type | Method and Description |
---|---|
SQLPrimaryKeyImpl |
clone() |
void |
cloneTo(SQLPrimaryKeyImpl x) |
boolean |
isClustered() |
boolean |
isDisableNovalidate() |
void |
setClustered(boolean clustered) |
void |
setDisableNovalidate(boolean disableNovalidate) |
addColumn, addColumn, applyColumnRename, applyDropColumn, cloneTo, containsColumn, containsColumn, getColumns, getComment, getCovering, getIndexDefinition, getName, setComment, setName, setName, simplify
cloneTo, cloneTo, getDbType, getEnable, getHints, getRely, getValidate, replace, setDbType, setEnable, setHints, setRely, setValidate
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsColumn, containsColumn, getColumns
getComment, getName, setComment, setName, simplify
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public SQLPrimaryKeyImpl clone()
public void cloneTo(SQLPrimaryKeyImpl x)
public boolean isDisableNovalidate()
public void setDisableNovalidate(boolean disableNovalidate)
public boolean isClustered()
public void setClustered(boolean clustered)
Copyright © 2013–2021 Alibaba Group. All rights reserved.