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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public 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 SQLObject
clone
in interface SQLTableElement
clone
in class OracleSQLObjectImpl
Copyright © 2013–2021 Alibaba Group. All rights reserved.