类 SQLPartition
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
com.alibaba.druid.sql.ast.SQLPartition
- 所有已实现的接口:
SQLObject,OracleSegmentAttributes
-
字段概要
字段修饰符和类型字段说明protected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLNameprotected booleanprotected booleanprotected List<SQLSubPartition>protected SQLExprprotected SQLPartitionValue从类继承的字段 com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
storage, tablespace从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(SQLASTVisitor visitor) voidaddSubPartition(SQLSubPartition partition) clone()getName()booleanbooleanvoidsetComment(SQLExpr comment) voidsetDataDirectory(SQLExpr dataDirectory) voidvoidsetIndexDirectory(SQLExpr indexDirectory) voidsetLobStorage(SQLObject lobStorage) voidvoidsetMaxRows(SQLExpr maxRows) voidsetMinRows(SQLExpr minRows) voidvoidsetSegmentCreationDeferred(boolean segmentCreationDeferred) voidsetSegmentCreationImmediate(boolean segmentCreationImmediate) voidsetSubPartitionsCount(SQLExpr subPartitionsCount) voidsetValues(SQLPartitionValue values) 从类继承的方法 com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
cloneTo, getCompress, getCompressLevel, getFreeLists, getInitrans, getLogging, getMaxtrans, getPctfree, getPctincrease, getPctthreshold, getPctused, getStorage, getTablespace, isCompressForOltp, setCompress, setCompressForOltp, setCompressLevel, setFreeLists, setInitrans, setLogging, setMaxtrans, setPctfree, setPctincrease, setPctthreshold, setPctused, setStorage, setTablespace从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributes
getCompress, getCompressLevel, getInitrans, getLogging, getMaxtrans, getPctfree, getPctincrease, getPctused, getStorage, getTablespace, isCompressForOltp, setCompress, setCompressForOltp, setCompressLevel, setInitrans, setLogging, setMaxtrans, setPctfree, setPctincrease, setPctused, setStorage, setTablespace从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
name
-
subPartitionsCount
-
subPartitions
-
values
-
dataDirectory
-
indexDirectory
-
maxRows
-
minRows
-
engine
-
comment
-
segmentCreationImmediate
protected boolean segmentCreationImmediate -
segmentCreationDeferred
protected boolean segmentCreationDeferred
-
-
构造器详细资料
-
SQLPartition
public SQLPartition()
-
-
方法详细资料
-
getLocality
-
setLocality
-
getName
-
setName
-
getSubPartitionsCount
-
setSubPartitionsCount
-
getValues
-
setValues
-
getSubPartitions
-
addSubPartition
-
getIndexDirectory
-
setIndexDirectory
-
getDataDirectory
-
setDataDirectory
-
getMaxRows
-
setMaxRows
-
getMinRows
-
setMinRows
-
getEngine
-
setEngine
-
getComment
-
setComment
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
getLobStorage
-
setLobStorage
-
isSegmentCreationImmediate
public boolean isSegmentCreationImmediate() -
setSegmentCreationImmediate
public void setSegmentCreationImmediate(boolean segmentCreationImmediate) -
isSegmentCreationDeferred
public boolean isSegmentCreationDeferred() -
setSegmentCreationDeferred
public void setSegmentCreationDeferred(boolean segmentCreationDeferred) -
clone
- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLObjectImpl
-