public class OracleLobStorageClause extends OracleSQLObjectImpl
| Constructor and Description |
|---|
OracleLobStorageClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getCache() |
SQLExpr |
getChunk() |
Boolean |
getCompress() |
Boolean |
getEnable() |
List<SQLName> |
getItems() |
Boolean |
getKeepDuplicate() |
Boolean |
getLogging() |
SQLName |
getTableSpace() |
boolean |
isBasicFile() |
boolean |
isSecureFile() |
void |
setBasicFile(boolean basicFile) |
void |
setCache(Boolean cache) |
void |
setChunk(SQLExpr chunk) |
void |
setCompress(Boolean compress) |
void |
setEnable(Boolean enable) |
void |
setKeepDuplicate(Boolean keepDuplicate) |
void |
setLogging(Boolean logging) |
void |
setSecureFile(boolean secureFile) |
void |
setTableSpace(SQLName tableSpace) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic Boolean getEnable()
public void setEnable(Boolean enable)
public SQLExpr getChunk()
public void setChunk(SQLExpr chunk)
public boolean isSecureFile()
public void setSecureFile(boolean secureFile)
public boolean isBasicFile()
public void setBasicFile(boolean basicFile)
public SQLName getTableSpace()
public void setTableSpace(SQLName tableSpace)
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 getKeepDuplicate()
public void setKeepDuplicate(Boolean keepDuplicate)
Copyright © 2013–2016 Alibaba Group. All rights reserved.