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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public 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–2017 Alibaba Group. All rights reserved.