public class OracleCreateTypeStatement extends OracleStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
OracleCreateTypeStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLName |
getName() |
SQLName |
getOid() |
List<SQLParameter> |
getParameters() |
boolean |
isBody() |
boolean |
isForce() |
boolean |
isOrReplace() |
void |
setBody(boolean body) |
void |
setForce(boolean force) |
void |
setName(SQLName name) |
void |
setOid(SQLName oid) |
void |
setOrReplace(boolean orReplace) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHintsaccept, 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, setAfterSemiaccept, 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 SQLName getName()
public void setName(SQLName name)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
public boolean isForce()
public void setForce(boolean force)
public SQLName getOid()
public void setOid(SQLName oid)
public List<SQLParameter> getParameters()
public boolean isBody()
public void setBody(boolean body)
Copyright © 2013–2017 Alibaba Group. All rights reserved.