public class OracleAlterSynonymStatement extends OracleStatementImpl implements OracleAlterStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
compile |
private Boolean |
enable |
private SQLName |
name |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OracleAlterSynonymStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getEnable() |
SQLName |
getName() |
boolean |
isCompile() |
void |
setCompile(boolean compile) |
void |
setEnable(Boolean enable) |
void |
setName(SQLName name) |
accept0, toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleStatementImplpublic Boolean getEnable()
public void setEnable(Boolean enable)
public SQLName getName()
public void setName(SQLName name)
public boolean isCompile()
public void setCompile(boolean compile)
Copyright © 2013–2019 Alibaba Group. All rights reserved.