类 SQLSubPartition
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
com.alibaba.druid.sql.ast.SQLSubPartition
- 所有已实现的接口:
SQLObject,OracleSegmentAttributes
-
字段概要
字段修饰符和类型字段说明protected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLNameprotected SQLNameprotected 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) clone()getName()voidsetComment(SQLExpr comment) voidsetDataDirectory(SQLExpr dataDirectory) voidvoidsetIndexDirectory(SQLExpr indexDirectory) voidsetMaxRows(SQLExpr maxRows) voidsetMinRows(SQLExpr minRows) voidvoidsetTableSpace(SQLName tableSpace) 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.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
name
-
values
-
tableSpace
-
dataDirectory
-
indexDirectory
-
maxRows
-
minRows
-
engine
-
comment
-
-
构造器详细资料
-
SQLSubPartition
public SQLSubPartition()
-
-
方法详细资料
-
getName
-
setName
-
getValues
-
setValues
-
getTableSpace
-
setTableSpace
-
getDataDirectory
-
setDataDirectory
-
getIndexDirectory
-
setIndexDirectory
-
getMaxRows
-
setMaxRows
-
getMinRows
-
setMinRows
-
getEngine
-
setEngine
-
getComment
-
setComment
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
clone
- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLObjectImpl
-