Class OracleSegmentAttributesImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
- All Implemented Interfaces:
SQLObject,OracleSegmentAttributes
- Direct Known Subclasses:
OracleCreateTableStatement.OIDIndex,OracleCreateTableStatement.Organization,OracleLobStorageClause,OracleUsingIndexClause,SQLPartition,SQLPartitionValue,SQLSubPartition
public abstract class OracleSegmentAttributesImpl
extends SQLObjectImpl
implements OracleSegmentAttributes
Created by wenshao on 21/05/2017.
-
Field Summary
FieldsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidsetCompress(Boolean compress) voidsetCompressForOltp(boolean compressForOltp) voidsetCompressLevel(Integer compressLevel) voidsetFreeLists(Integer freeLists) voidsetInitrans(Integer initrans) voidsetLogging(Boolean logging) voidsetMaxtrans(Integer maxtrans) voidsetPctfree(Integer ptcfree) voidsetPctincrease(Integer pctincrease) voidsetPctthreshold(Integer pctthreshold) voidsetPctused(Integer ptcused) voidsetStorage(SQLObject storage) voidMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
Field Details
-
tablespace
-
storage
-
-
Constructor Details
-
OracleSegmentAttributesImpl
public OracleSegmentAttributesImpl()
-
-
Method Details
-
getTablespace
- Specified by:
getTablespacein interfaceOracleSegmentAttributes
-
setTablespace
- Specified by:
setTablespacein interfaceOracleSegmentAttributes
-
getCompress
- Specified by:
getCompressin interfaceOracleSegmentAttributes
-
setCompress
- Specified by:
setCompressin interfaceOracleSegmentAttributes
-
getCompressLevel
- Specified by:
getCompressLevelin interfaceOracleSegmentAttributes
-
setCompressLevel
- Specified by:
setCompressLevelin interfaceOracleSegmentAttributes
-
getPctthreshold
-
setPctthreshold
-
getPctfree
- Specified by:
getPctfreein interfaceOracleSegmentAttributes
-
setPctfree
- Specified by:
setPctfreein interfaceOracleSegmentAttributes
-
getPctused
- Specified by:
getPctusedin interfaceOracleSegmentAttributes
-
setPctused
- Specified by:
setPctusedin interfaceOracleSegmentAttributes
-
getInitrans
- Specified by:
getInitransin interfaceOracleSegmentAttributes
-
setInitrans
- Specified by:
setInitransin interfaceOracleSegmentAttributes
-
getMaxtrans
- Specified by:
getMaxtransin interfaceOracleSegmentAttributes
-
setMaxtrans
- Specified by:
setMaxtransin interfaceOracleSegmentAttributes
-
getPctincrease
- Specified by:
getPctincreasein interfaceOracleSegmentAttributes
-
setPctincrease
- Specified by:
setPctincreasein interfaceOracleSegmentAttributes
-
getFreeLists
-
setFreeLists
-
getLogging
- Specified by:
getLoggingin interfaceOracleSegmentAttributes
-
setLogging
- Specified by:
setLoggingin interfaceOracleSegmentAttributes
-
getStorage
- Specified by:
getStoragein interfaceOracleSegmentAttributes
-
setStorage
- Specified by:
setStoragein interfaceOracleSegmentAttributes
-
isCompressForOltp
public boolean isCompressForOltp()- Specified by:
isCompressForOltpin interfaceOracleSegmentAttributes
-
setCompressForOltp
public void setCompressForOltp(boolean compressForOltp) - Specified by:
setCompressForOltpin interfaceOracleSegmentAttributes
-
cloneTo
-