类 OracleSegmentAttributesImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
- 所有已实现的接口:
SQLObject,OracleSegmentAttributes
- 直接已知子类:
OracleCreateTableStatement.OIDIndex,OracleCreateTableStatement.Organization,OracleLobStorageClause,OracleUsingIndexClause,SQLPartition,SQLPartitionValue,SQLSubPartition
public abstract class OracleSegmentAttributesImpl
extends SQLObjectImpl
implements OracleSegmentAttributes
Created by wenshao on 21/05/2017.
-
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbooleanvoidsetCompress(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) void从类继承的方法 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, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
tablespace
-
storage
-
-
构造器详细资料
-
OracleSegmentAttributesImpl
public OracleSegmentAttributesImpl()
-
-
方法详细资料
-
getTablespace
- 指定者:
getTablespace在接口中OracleSegmentAttributes
-
setTablespace
- 指定者:
setTablespace在接口中OracleSegmentAttributes
-
getCompress
- 指定者:
getCompress在接口中OracleSegmentAttributes
-
setCompress
- 指定者:
setCompress在接口中OracleSegmentAttributes
-
getCompressLevel
- 指定者:
getCompressLevel在接口中OracleSegmentAttributes
-
setCompressLevel
- 指定者:
setCompressLevel在接口中OracleSegmentAttributes
-
getPctthreshold
-
setPctthreshold
-
getPctfree
- 指定者:
getPctfree在接口中OracleSegmentAttributes
-
setPctfree
- 指定者:
setPctfree在接口中OracleSegmentAttributes
-
getPctused
- 指定者:
getPctused在接口中OracleSegmentAttributes
-
setPctused
- 指定者:
setPctused在接口中OracleSegmentAttributes
-
getInitrans
- 指定者:
getInitrans在接口中OracleSegmentAttributes
-
setInitrans
- 指定者:
setInitrans在接口中OracleSegmentAttributes
-
getMaxtrans
- 指定者:
getMaxtrans在接口中OracleSegmentAttributes
-
setMaxtrans
- 指定者:
setMaxtrans在接口中OracleSegmentAttributes
-
getPctincrease
- 指定者:
getPctincrease在接口中OracleSegmentAttributes
-
setPctincrease
- 指定者:
setPctincrease在接口中OracleSegmentAttributes
-
getFreeLists
-
setFreeLists
-
getLogging
- 指定者:
getLogging在接口中OracleSegmentAttributes
-
setLogging
- 指定者:
setLogging在接口中OracleSegmentAttributes
-
getStorage
- 指定者:
getStorage在接口中OracleSegmentAttributes
-
setStorage
- 指定者:
setStorage在接口中OracleSegmentAttributes
-
isCompressForOltp
public boolean isCompressForOltp()- 指定者:
isCompressForOltp在接口中OracleSegmentAttributes
-
setCompressForOltp
public void setCompressForOltp(boolean compressForOltp) - 指定者:
setCompressForOltp在接口中OracleSegmentAttributes
-
cloneTo
-