public abstract class OracleSegmentAttributesImpl extends SQLObjectImpl implements OracleSegmentAttributes
| Constructor and Description |
|---|
OracleSegmentAttributesImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneTo(OracleSegmentAttributesImpl x) |
Boolean |
getCompress() |
Integer |
getCompressLevel() |
Integer |
getFreeLists() |
Integer |
getInitrans() |
Boolean |
getLogging() |
Integer |
getMaxtrans() |
Integer |
getPctfree() |
Integer |
getPctincrease() |
Integer |
getPctthreshold() |
Integer |
getPctused() |
SQLObject |
getStorage() |
SQLName |
getTablespace() |
boolean |
isCompressForOltp() |
void |
setCompress(Boolean compress) |
void |
setCompressForOltp(boolean compressForOltp) |
void |
setCompressLevel(Integer compressLevel) |
void |
setFreeLists(Integer freeLists) |
void |
setInitrans(Integer initrans) |
void |
setLogging(Boolean logging) |
void |
setMaxtrans(Integer maxtrans) |
void |
setPctfree(Integer ptcfree) |
void |
setPctincrease(Integer pctincrease) |
void |
setPctthreshold(Integer pctthreshold) |
void |
setPctused(Integer ptcused) |
void |
setStorage(SQLObject storage) |
void |
setTablespace(SQLName tablespace) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLName getTablespace()
getTablespace in interface OracleSegmentAttributespublic void setTablespace(SQLName tablespace)
setTablespace in interface OracleSegmentAttributespublic Boolean getCompress()
getCompress in interface OracleSegmentAttributespublic void setCompress(Boolean compress)
setCompress in interface OracleSegmentAttributespublic Integer getCompressLevel()
getCompressLevel in interface OracleSegmentAttributespublic void setCompressLevel(Integer compressLevel)
setCompressLevel in interface OracleSegmentAttributespublic Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Integer getPctfree()
getPctfree in interface OracleSegmentAttributespublic void setPctfree(Integer ptcfree)
setPctfree in interface OracleSegmentAttributespublic Integer getPctused()
getPctused in interface OracleSegmentAttributespublic void setPctused(Integer ptcused)
setPctused in interface OracleSegmentAttributespublic Integer getInitrans()
getInitrans in interface OracleSegmentAttributespublic void setInitrans(Integer initrans)
setInitrans in interface OracleSegmentAttributespublic Integer getMaxtrans()
getMaxtrans in interface OracleSegmentAttributespublic void setMaxtrans(Integer maxtrans)
setMaxtrans in interface OracleSegmentAttributespublic Integer getPctincrease()
getPctincrease in interface OracleSegmentAttributespublic void setPctincrease(Integer pctincrease)
setPctincrease in interface OracleSegmentAttributespublic Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getLogging()
getLogging in interface OracleSegmentAttributespublic void setLogging(Boolean logging)
setLogging in interface OracleSegmentAttributespublic SQLObject getStorage()
getStorage in interface OracleSegmentAttributespublic void setStorage(SQLObject storage)
setStorage in interface OracleSegmentAttributespublic boolean isCompressForOltp()
isCompressForOltp in interface OracleSegmentAttributespublic void setCompressForOltp(boolean compressForOltp)
setCompressForOltp in interface OracleSegmentAttributespublic void cloneTo(OracleSegmentAttributesImpl x)
Copyright © 2013–2018 Alibaba Group. All rights reserved.