public class OracleCreateSynonymStatement extends OracleStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
OracleCreateSynonymStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLName |
getName() |
SQLName |
getObject() |
boolean |
isOrReplace() |
boolean |
isPublic() |
void |
setName(SQLName name) |
void |
setObject(SQLName object) |
void |
setOrReplace(boolean orReplace) |
void |
setPublic(boolean value) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic boolean isPublic()
public void setPublic(boolean value)
public SQLName getName()
public void setName(SQLName name)
public SQLName getObject()
public void setObject(SQLName object)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
Copyright © 2013–2018 Alibaba Group. All rights reserved.