public class OracleCreateTypeStatement extends OracleStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
OracleCreateTypeStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLName |
getAuthId() |
Boolean |
getFinal() |
Boolean |
getInstantiable() |
SQLName |
getName() |
SQLName |
getOid() |
List<SQLParameter> |
getParameters() |
SQLDataType |
getTableOf() |
SQLName |
getUnder() |
SQLDataType |
getVarrayDataType() |
SQLExpr |
getVarraySizeLimit() |
String |
getWrappedSource() |
boolean |
isBody() |
boolean |
isForce() |
boolean |
isObject() |
boolean |
isOrReplace() |
boolean |
isParen() |
void |
setAuthId(SQLName x) |
void |
setBody(boolean body) |
void |
setFinal(boolean aFinal) |
void |
setForce(boolean force) |
void |
setInstantiable(boolean instantiable) |
void |
setName(SQLName name) |
void |
setObject(boolean object) |
void |
setOid(SQLName x) |
void |
setOrReplace(boolean orReplace) |
void |
setParen(boolean paren) |
void |
setTableOf(SQLDataType x) |
void |
setUnder(SQLName x) |
void |
setVarrayDataType(SQLDataType x) |
void |
setVarraySizeLimit(SQLExpr x) |
void |
setWrappedSource(String wrappedSource) |
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 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 x)
public SQLName getAuthId()
public void setAuthId(SQLName x)
public List<SQLParameter> getParameters()
public boolean isBody()
public void setBody(boolean body)
public Boolean getFinal()
public void setFinal(boolean aFinal)
public Boolean getInstantiable()
public void setInstantiable(boolean instantiable)
public SQLDataType getTableOf()
public void setTableOf(SQLDataType x)
public SQLExpr getVarraySizeLimit()
public void setVarraySizeLimit(SQLExpr x)
public SQLDataType getVarrayDataType()
public void setVarrayDataType(SQLDataType x)
public SQLName getUnder()
public void setUnder(SQLName x)
public boolean isObject()
public void setObject(boolean object)
public boolean isParen()
public void setParen(boolean paren)
public String getWrappedSource()
public void setWrappedSource(String wrappedSource)
Copyright © 2013–2018 Alibaba Group. All rights reserved.