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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLName getTablespace()
getTablespace
in interface OracleSegmentAttributes
public void setTablespace(SQLName tablespace)
setTablespace
in interface OracleSegmentAttributes
public Boolean getCompress()
getCompress
in interface OracleSegmentAttributes
public void setCompress(Boolean compress)
setCompress
in interface OracleSegmentAttributes
public Integer getCompressLevel()
getCompressLevel
in interface OracleSegmentAttributes
public void setCompressLevel(Integer compressLevel)
setCompressLevel
in interface OracleSegmentAttributes
public Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Integer getPctfree()
getPctfree
in interface OracleSegmentAttributes
public void setPctfree(Integer ptcfree)
setPctfree
in interface OracleSegmentAttributes
public Integer getPctused()
getPctused
in interface OracleSegmentAttributes
public void setPctused(Integer ptcused)
setPctused
in interface OracleSegmentAttributes
public Integer getInitrans()
getInitrans
in interface OracleSegmentAttributes
public void setInitrans(Integer initrans)
setInitrans
in interface OracleSegmentAttributes
public Integer getMaxtrans()
getMaxtrans
in interface OracleSegmentAttributes
public void setMaxtrans(Integer maxtrans)
setMaxtrans
in interface OracleSegmentAttributes
public Integer getPctincrease()
getPctincrease
in interface OracleSegmentAttributes
public void setPctincrease(Integer pctincrease)
setPctincrease
in interface OracleSegmentAttributes
public Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getLogging()
getLogging
in interface OracleSegmentAttributes
public void setLogging(Boolean logging)
setLogging
in interface OracleSegmentAttributes
public SQLObject getStorage()
getStorage
in interface OracleSegmentAttributes
public void setStorage(SQLObject storage)
setStorage
in interface OracleSegmentAttributes
public boolean isCompressForOltp()
isCompressForOltp
in interface OracleSegmentAttributes
public void setCompressForOltp(boolean compressForOltp)
setCompressForOltp
in interface OracleSegmentAttributes
public void cloneTo(OracleSegmentAttributesImpl x)
Copyright © 2013–2017 Alibaba Group. All rights reserved.