public class OracleStorageClause extends OracleSQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleStorageClause.FlashCacheType |
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
bufferPool |
private OracleStorageClause.FlashCacheType |
cellFlashCache |
private OracleStorageClause.FlashCacheType |
flashCache |
private SQLExpr |
freeListGroups |
private SQLExpr |
freeLists |
private SQLExpr |
initial |
private SQLExpr |
maxExtents |
private SQLExpr |
maxSize |
private SQLExpr |
minExtents |
private SQLExpr |
next |
private SQLExpr |
objno |
private SQLExpr |
pctIncrease |
attributes, parent| 构造器和说明 |
|---|
OracleStorageClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, 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 initial
private SQLExpr next
private SQLExpr minExtents
private SQLExpr maxExtents
private SQLExpr maxSize
private SQLExpr pctIncrease
private SQLExpr freeLists
private SQLExpr freeListGroups
private SQLExpr bufferPool
private SQLExpr objno
private OracleStorageClause.FlashCacheType flashCache
private OracleStorageClause.FlashCacheType cellFlashCache
public OracleStorageClause clone()
clone 在接口中 SQLObjectclone 在类中 OracleSQLObjectImplpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 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–2019 Alibaba Group. All rights reserved.