public class OracleLobParameters extends OracleSQLObjectImpl
| Constructor and Description |
|---|
OracleLobParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getCache() |
SQLExpr |
getChunk() |
Boolean |
getCompress() |
Boolean |
getEnableStorageInRow() |
Boolean |
getKeepDuplicates() |
Boolean |
getLogging() |
SQLExpr |
getPctVersion() |
OracleStorageClause |
getStorage() |
SQLName |
getTableSpace() |
void |
setCache(Boolean cache) |
void |
setChunk(SQLExpr chunk) |
void |
setCompress(Boolean compress) |
void |
setEnableStorageInRow(Boolean enableStorageInRow) |
void |
setKeepDuplicates(Boolean keepDuplicates) |
void |
setLogging(Boolean logging) |
void |
setPctVersion(SQLExpr x) |
void |
setStorage(OracleStorageClause x) |
void |
setTableSpace(SQLName tableSpace) |
clone, 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 void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic OracleStorageClause getStorage()
public void setStorage(OracleStorageClause x)
public SQLName getTableSpace()
public void setTableSpace(SQLName tableSpace)
public Boolean getEnableStorageInRow()
public void setEnableStorageInRow(Boolean enableStorageInRow)
public SQLExpr getChunk()
public void setChunk(SQLExpr chunk)
public Boolean getCache()
public void setCache(Boolean cache)
public Boolean getLogging()
public void setLogging(Boolean logging)
public Boolean getCompress()
public void setCompress(Boolean compress)
public Boolean getKeepDuplicates()
public void setKeepDuplicates(Boolean keepDuplicates)
public SQLExpr getPctVersion()
public void setPctVersion(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.