Class OracleStorageClause
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObjectImpl
-
- com.alibaba.druid.sql.dialect.oracle.ast.clause.OracleStorageClause
-
- All Implemented Interfaces:
SQLObject,OracleSQLObject
public class OracleStorageClause extends OracleSQLObjectImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOracleStorageClause.FlashCacheType
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description OracleStorageClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(OracleASTVisitor visitor)OracleStorageClauseclone()SQLExprgetBufferPool()OracleStorageClause.FlashCacheTypegetCellFlashCache()OracleStorageClause.FlashCacheTypegetFlashCache()SQLExprgetFreeListGroups()SQLExprgetFreeLists()SQLExprgetInitial()SQLExprgetMaxExtents()SQLExprgetMaxSize()SQLExprgetMinExtents()SQLExprgetNext()SQLExprgetObjno()SQLExprgetPctIncrease()voidsetBufferPool(SQLExpr bufferPool)voidsetCellFlashCache(OracleStorageClause.FlashCacheType cellFlashCache)voidsetFlashCache(OracleStorageClause.FlashCacheType flashCache)voidsetFreeListGroups(SQLExpr freeListGroups)voidsetFreeLists(SQLExpr freeLists)voidsetInitial(SQLExpr initial)voidsetMaxExtents(SQLExpr maxExtents)voidsetMaxSize(SQLExpr maxSize)voidsetMinExtents(SQLExpr minExtents)voidsetNext(SQLExpr next)voidsetObjno(SQLExpr objno)voidsetPctIncrease(SQLExpr pctIncrease)-
Methods inherited from class com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObjectImpl
accept0, computeDataType, toString
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
clone
public OracleStorageClause clone()
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classOracleSQLObjectImpl
-
accept0
public void accept0(OracleASTVisitor visitor)
- Specified by:
accept0in interfaceOracleSQLObject- Specified by:
accept0in classOracleSQLObjectImpl
-
getMaxSize
public SQLExpr getMaxSize()
-
setMaxSize
public void setMaxSize(SQLExpr maxSize)
-
getFlashCache
public OracleStorageClause.FlashCacheType getFlashCache()
-
setFlashCache
public void setFlashCache(OracleStorageClause.FlashCacheType flashCache)
-
getCellFlashCache
public OracleStorageClause.FlashCacheType getCellFlashCache()
-
setCellFlashCache
public void setCellFlashCache(OracleStorageClause.FlashCacheType cellFlashCache)
-
getPctIncrease
public SQLExpr getPctIncrease()
-
setPctIncrease
public void setPctIncrease(SQLExpr pctIncrease)
-
getNext
public SQLExpr getNext()
-
setNext
public void setNext(SQLExpr next)
-
getMinExtents
public SQLExpr getMinExtents()
-
setMinExtents
public void setMinExtents(SQLExpr minExtents)
-
getMaxExtents
public SQLExpr getMaxExtents()
-
setMaxExtents
public void setMaxExtents(SQLExpr maxExtents)
-
getObjno
public SQLExpr getObjno()
-
setObjno
public void setObjno(SQLExpr objno)
-
getInitial
public SQLExpr getInitial()
-
setInitial
public void setInitial(SQLExpr initial)
-
getFreeLists
public SQLExpr getFreeLists()
-
setFreeLists
public void setFreeLists(SQLExpr freeLists)
-
getFreeListGroups
public SQLExpr getFreeListGroups()
-
setFreeListGroups
public void setFreeListGroups(SQLExpr freeListGroups)
-
getBufferPool
public SQLExpr getBufferPool()
-
setBufferPool
public void setBufferPool(SQLExpr bufferPool)
-
-