public class OracleAlterViewStatement extends OracleStatementImpl implements OracleAlterStatement
| Constructor and Description |
|---|
OracleAlterViewStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getEnable() |
SQLName |
getName() |
boolean |
isCompile() |
void |
setCompile(boolean compile) |
void |
setEnable(Boolean enable) |
void |
setName(SQLName name) |
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 getEnable()
public void setEnable(Boolean enable)
public SQLName getName()
public void setName(SQLName name)
public boolean isCompile()
public void setCompile(boolean compile)
Copyright © 2013–2018 Alibaba Group. All rights reserved.