public class OracleCreateTypeStatement extends OracleStatementImpl implements SQLCreateStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLName |
authId |
private boolean |
body |
private boolean |
force |
private Boolean |
instantiable |
private Boolean |
isFinal |
private SQLName |
name |
private boolean |
object |
private SQLName |
oid |
private boolean |
orReplace |
private List<SQLParameter> |
parameters |
private boolean |
paren |
private SQLDataType |
tableOf |
private SQLName |
under |
private SQLDataType |
varrayDataType |
private SQLExpr |
varraySizeLimit |
private String |
wrappedSource |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OracleCreateTypeStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
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, setParentprivate boolean orReplace
private SQLName name
private SQLName authId
private boolean force
private SQLName oid
private boolean body
private boolean object
private boolean paren
private Boolean isFinal
private Boolean instantiable
private SQLName under
private List<SQLParameter> parameters
private SQLDataType tableOf
private SQLExpr varraySizeLimit
private SQLDataType varrayDataType
private String wrappedSource
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 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–2019 Alibaba Group. All rights reserved.