public class OracleSupplementalIdKey extends OracleSQLObjectImpl implements SQLTableElement
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OracleSupplementalIdKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 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 在接口中 SQLObjectclone 在接口中 SQLTableElementclone 在类中 OracleSQLObjectImplCopyright © 2013–2023. All rights reserved.