public class OracleStorageClause extends OracleSQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
OracleStorageClause.FlashCacheType |
| Constructor and Description |
|---|
OracleStorageClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleStorageClause |
clone() |
SQLExpr |
getBufferPool() |
OracleStorageClause.FlashCacheType |
getCellFlashCache() |
OracleStorageClause.FlashCacheType |
getFlashCache() |
SQLExpr |
getFreeListGroups() |
SQLExpr |
getFreeLists() |
SQLExpr |
getInitial() |
SQLExpr |
getMaxExtents() |
SQLExpr |
getMaxSize() |
SQLExpr |
getMinExtents() |
SQLExpr |
getNext() |
SQLExpr |
getObjno() |
SQLExpr |
getPctIncrease() |
void |
setBufferPool(SQLExpr bufferPool) |
void |
setCellFlashCache(OracleStorageClause.FlashCacheType cellFlashCache) |
void |
setFlashCache(OracleStorageClause.FlashCacheType flashCache) |
void |
setFreeListGroups(SQLExpr freeListGroups) |
void |
setFreeLists(SQLExpr freeLists) |
void |
setInitial(SQLExpr initial) |
void |
setMaxExtents(SQLExpr maxExtents) |
void |
setMaxSize(SQLExpr maxSize) |
void |
setMinExtents(SQLExpr minExtents) |
void |
setNext(SQLExpr next) |
void |
setObjno(SQLExpr objno) |
void |
setPctIncrease(SQLExpr pctIncrease) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic OracleStorageClause clone()
clone in interface SQLObjectclone in class OracleSQLObjectImplpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic SQLExpr getMaxSize()
public void setMaxSize(SQLExpr maxSize)
public OracleStorageClause.FlashCacheType getFlashCache()
public void setFlashCache(OracleStorageClause.FlashCacheType flashCache)
public OracleStorageClause.FlashCacheType getCellFlashCache()
public void setCellFlashCache(OracleStorageClause.FlashCacheType cellFlashCache)
public SQLExpr getPctIncrease()
public void setPctIncrease(SQLExpr pctIncrease)
public SQLExpr getNext()
public void setNext(SQLExpr next)
public SQLExpr getMinExtents()
public void setMinExtents(SQLExpr minExtents)
public SQLExpr getMaxExtents()
public void setMaxExtents(SQLExpr maxExtents)
public SQLExpr getObjno()
public void setObjno(SQLExpr objno)
public SQLExpr getInitial()
public void setInitial(SQLExpr initial)
public SQLExpr getFreeLists()
public void setFreeLists(SQLExpr freeLists)
public SQLExpr getFreeListGroups()
public void setFreeListGroups(SQLExpr freeListGroups)
public SQLExpr getBufferPool()
public void setBufferPool(SQLExpr bufferPool)
Copyright © 2013–2021 Alibaba Group. All rights reserved.