public class OracleSupplementalIdKey extends OracleSQLObjectImpl implements SQLTableElement
| Constructor and Description |
|---|
OracleSupplementalIdKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleSupplementalIdKey |
clone() |
boolean |
isAll() |
boolean |
isForeignKey() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
boolean |
isUniqueIndex() |
void |
setAll(boolean all) |
void |
setForeignKey(boolean foreignKey) |
void |
setPrimaryKey(boolean primaryKey) |
void |
setUnique(boolean unique) |
void |
setUniqueIndex(boolean uniqueIndex) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic boolean isAll()
public void setAll(boolean all)
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public boolean isUnique()
public void setUnique(boolean unique)
public boolean isForeignKey()
public void setForeignKey(boolean foreignKey)
public boolean isUniqueIndex()
public void setUniqueIndex(boolean uniqueIndex)
public OracleSupplementalIdKey clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in class OracleSQLObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.