public class OracleFileSpecification extends OracleSQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
autoExtendOff |
private SQLExpr |
autoExtendOn |
private List<SQLExpr> |
fileNames |
private SQLExpr |
size |
attributes, parent| 构造器和说明 |
|---|
OracleFileSpecification() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getAutoExtendOn() |
List<SQLExpr> |
getFileNames() |
SQLExpr |
getSize() |
boolean |
isAutoExtendOff() |
void |
setAutoExtendOff(boolean autoExtendOff) |
void |
setAutoExtendOn(SQLExpr autoExtendOn) |
void |
setFileNames(List<SQLExpr> fileNames) |
void |
setSize(SQLExpr size) |
accept0, clone, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr size
private boolean autoExtendOff
private SQLExpr autoExtendOn
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SQLExpr getAutoExtendOn()
public void setAutoExtendOn(SQLExpr autoExtendOn)
public SQLExpr getSize()
public void setSize(SQLExpr size)
public boolean isAutoExtendOff()
public void setAutoExtendOff(boolean autoExtendOff)
Copyright © 2013–2019 Alibaba Group. All rights reserved.