OracleSegmentAttributes

Undocumented in source.

Members

Functions

getCompress
bool getCompress()
Undocumented in source.
getCompressLevel
Integer getCompressLevel()
Undocumented in source.
getInitrans
Integer getInitrans()
Undocumented in source.
getLogging
bool getLogging()
Undocumented in source.
getMaxtrans
Integer getMaxtrans()
Undocumented in source.
getPctfree
Integer getPctfree()
Undocumented in source.
getPctincrease
Integer getPctincrease()
Undocumented in source.
getPctused
Integer getPctused()
Undocumented in source.
getStorage
SQLObject getStorage()
Undocumented in source.
getTablespace
SQLName getTablespace()
Undocumented in source.
isCompressForOltp
bool isCompressForOltp()
Undocumented in source.
setCompress
void setCompress(bool compress)
Undocumented in source.
setCompressForOltp
void setCompressForOltp(bool compressForOltp)
Undocumented in source.
setCompressLevel
void setCompressLevel(Integer compressLevel)
Undocumented in source.
setInitrans
void setInitrans(Integer initrans)
Undocumented in source.
setLogging
void setLogging(bool logging)
Undocumented in source.
setMaxtrans
void setMaxtrans(Integer maxtrans)
Undocumented in source.
setPctfree
void setPctfree(Integer ptcfree)
Undocumented in source.
setPctincrease
void setPctincrease(Integer pctincrease)
Undocumented in source.
setPctused
void setPctused(Integer pctused)
Undocumented in source.
setStorage
void setStorage(SQLObject storage)
Undocumented in source.
setTablespace
void setTablespace(SQLName name)
Undocumented in source.

Inherited Members

From SQLObject

accept
void accept(SQLASTVisitor visitor)
Undocumented in source.
clone
SQLObject clone()
Undocumented in source.
getParent
SQLObject getParent()
Undocumented in source.
setParent
void setParent(SQLObject parent)
Undocumented in source.
getAttributes
Map!(string, Object) getAttributes()
Undocumented in source.
getAttribute
Object getAttribute(string name)
Undocumented in source.
putAttribute
void putAttribute(string name, Object value)
Undocumented in source.
getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source.
output
void output(StringBuilder buf)
Undocumented in source.
addBeforeComment
void addBeforeComment(string comment)
Undocumented in source.
addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source.
getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source.
addAfterComment
void addAfterComment(string comment)
Undocumented in source.
addAfterComment
void addAfterComment(List!string comments)
Undocumented in source.
getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source.
hasBeforeComment
bool hasBeforeComment()
Undocumented in source.
hasAfterComment
bool hasAfterComment()
Undocumented in source.

Meta