public class OracleLobParameters extends OracleSQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OracleLobParameters() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, clone, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 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–2023. All rights reserved.