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, simplifycloneTo, cloneTo, getDbType, getEnable, getHints, getRely, getValidate, replace, setDbType, setEnable, setHints, setRely, setValidateaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsColumn, containsColumn, getColumnsgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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.