接口 OracleSegmentAttributes
- 所有超级接口:
SQLObject
- 所有已知实现类:
OracleCreateIndexStatement,OracleCreateTableStatement,OracleCreateTableStatement.OIDIndex,OracleCreateTableStatement.Organization,OracleLobStorageClause,OracleSegmentAttributesImpl,OracleUsingIndexClause,SQLCreateMaterializedViewStatement,SQLPartition,SQLPartitionValue,SQLSubPartition
Created by wenshao on 21/05/2017.
-
方法概要
修饰符和类型方法说明booleanvoidsetCompress(Boolean compress) voidsetCompressForOltp(boolean compressForOltp) voidsetCompressLevel(Integer compressLevel) voidsetInitrans(Integer initrans) voidsetLogging(Boolean logging) voidsetMaxtrans(Integer maxtrans) voidsetPctfree(Integer ptcfree) voidsetPctincrease(Integer pctincrease) voidsetPctused(Integer pctused) voidsetStorage(SQLObject storage) voidsetTablespace(SQLName name) 从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
方法详细资料
-
getTablespace
SQLName getTablespace() -
setTablespace
-
getCompress
Boolean getCompress() -
setCompress
-
getCompressLevel
Integer getCompressLevel() -
setCompressLevel
-
getInitrans
Integer getInitrans() -
setInitrans
-
getMaxtrans
Integer getMaxtrans() -
setMaxtrans
-
getPctincrease
Integer getPctincrease() -
setPctincrease
-
getPctused
Integer getPctused() -
setPctused
-
getPctfree
Integer getPctfree() -
setPctfree
-
getLogging
Boolean getLogging() -
setLogging
-
getStorage
SQLObject getStorage() -
setStorage
-
isCompressForOltp
boolean isCompressForOltp() -
setCompressForOltp
void setCompressForOltp(boolean compressForOltp)
-