Class MysqlPartitionSingle
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLPartition
com.alibaba.druid.sql.ast.SQLPartitionSingle
com.alibaba.druid.sql.dialect.mysql.ast.MysqlPartitionSingle
- All Implemented Interfaces:
SQLObject,MySqlObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprprotected SQLExprFields inherited from class com.alibaba.druid.sql.ast.SQLPartitionSingle
locality, name, subPartitions, subPartitionsCount, tablespace, valuesFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(MySqlASTVisitor visitor) clone()voidsetComment(SQLExpr comment) voidsetDataDirectory(SQLExpr dataDirectory) voidvoidsetIndexDirectory(SQLExpr indexDirectory) voidsetMaxRows(SQLExpr maxRows) voidsetMinRows(SQLExpr minRows) Methods inherited from class com.alibaba.druid.sql.ast.SQLPartitionSingle
accept0, addSubPartition, getLocality, getName, getSubPartitions, getSubPartitionsCount, getTablespace, getValues, setLocality, setName, setSubPartitionsCount, setTablespace, setValuesMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, 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, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Field Details
-
dataDirectory
-
indexDirectory
-
maxRows
-
minRows
-
engine
-
comment
-
-
Constructor Details
-
MysqlPartitionSingle
public MysqlPartitionSingle()
-
-
Method Details
-
getIndexDirectory
-
setIndexDirectory
-
getDataDirectory
-
setDataDirectory
-
getMaxRows
-
setMaxRows
-
getMinRows
-
setMinRows
-
getEngine
-
setEngine
-
getComment
-
setComment
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLPartitionSingle
-
accept0
- Specified by:
accept0in interfaceMySqlObject
-