public class OracleCreateTypeStatement extends OracleStatementImpl implements SQLCreateStatement
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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–2023. All rights reserved.