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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public 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–2017 Alibaba Group. All rights reserved.