public class OracleFileSpecification extends OracleSQLObjectImpl
| Constructor and Description |
|---|
OracleFileSpecification() |
| Modifier and Type | Method and Description |
|---|---|
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) |
clone, computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, 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 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–2018 Alibaba Group. All rights reserved.