OracleSegmentAttributesImpl

Undocumented in source.

Members

Functions

cloneTo
void cloneTo(OracleSegmentAttributesImpl x)
Undocumented in source. Be warned that the author may not have intended to support it.
getCompress
bool getCompress()
Undocumented in source. Be warned that the author may not have intended to support it.
getCompressLevel
Integer getCompressLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
getFreeLists
Integer getFreeLists()
Undocumented in source. Be warned that the author may not have intended to support it.
getInitrans
Integer getInitrans()
Undocumented in source. Be warned that the author may not have intended to support it.
getLogging
bool getLogging()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxtrans
Integer getMaxtrans()
Undocumented in source. Be warned that the author may not have intended to support it.
getPctfree
Integer getPctfree()
Undocumented in source. Be warned that the author may not have intended to support it.
getPctincrease
Integer getPctincrease()
Undocumented in source. Be warned that the author may not have intended to support it.
getPctthreshold
Integer getPctthreshold()
Undocumented in source. Be warned that the author may not have intended to support it.
getPctused
Integer getPctused()
Undocumented in source. Be warned that the author may not have intended to support it.
getStorage
SQLObject getStorage()
Undocumented in source. Be warned that the author may not have intended to support it.
getTablespace
SQLName getTablespace()
Undocumented in source. Be warned that the author may not have intended to support it.
isCompressForOltp
bool isCompressForOltp()
Undocumented in source. Be warned that the author may not have intended to support it.
setCompress
void setCompress(bool compress)
Undocumented in source. Be warned that the author may not have intended to support it.
setCompressForOltp
void setCompressForOltp(bool compressForOltp)
Undocumented in source. Be warned that the author may not have intended to support it.
setCompressLevel
void setCompressLevel(Integer compressLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
setFreeLists
void setFreeLists(Integer freeLists)
Undocumented in source. Be warned that the author may not have intended to support it.
setInitrans
void setInitrans(Integer initrans)
Undocumented in source. Be warned that the author may not have intended to support it.
setLogging
void setLogging(bool logging)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxtrans
void setMaxtrans(Integer maxtrans)
Undocumented in source. Be warned that the author may not have intended to support it.
setPctfree
void setPctfree(Integer ptcfree)
Undocumented in source. Be warned that the author may not have intended to support it.
setPctincrease
void setPctincrease(Integer pctincrease)
Undocumented in source. Be warned that the author may not have intended to support it.
setPctthreshold
void setPctthreshold(Integer pctthreshold)
Undocumented in source. Be warned that the author may not have intended to support it.
setPctused
void setPctused(Integer ptcused)
Undocumented in source. Be warned that the author may not have intended to support it.
setStorage
void setStorage(SQLObject storage)
Undocumented in source. Be warned that the author may not have intended to support it.
setTablespace
void setTablespace(SQLName tablespace)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

storage
SQLObject storage;
Undocumented in source.
tablespace
SQLName tablespace;
Undocumented in source.

Inherited Members

From SQLObjectImpl

parent
SQLObject parent;
Undocumented in source.
attributes
Map!(string, Object) attributes;
Undocumented in source.
accept
void accept(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source.
acceptChild
void acceptChild(SQLASTVisitor visitor, List!(T) children)
Undocumented in source. Be warned that the author may not have intended to support it.
acceptChild
void acceptChild(SQLASTVisitor visitor, SQLObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
SQLObject getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(SQLObject parent)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributes
Map!(string, Object) getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Object getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
putAttribute
void putAttribute(string name, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeComment
void addBeforeComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterComment
void addAfterComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterComment
void addAfterComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
hasBeforeComment
bool hasBeforeComment()
Undocumented in source. Be warned that the author may not have intended to support it.
hasAfterComment
bool hasAfterComment()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLObject clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.

From OracleSegmentAttributes

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

Meta