Package com.alibaba.druid.sql.ast
Class SQLPartitionBatch
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.SQLPartition
-
- com.alibaba.druid.sql.ast.SQLPartitionBatch
-
- All Implemented Interfaces:
SQLObject
public class SQLPartitionBatch extends SQLPartition
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description SQLPartitionBatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaccept0(SQLASTVisitor v)SQLPartitionBatchclone()SQLExprgetEnd()SQLExprgetEvery()SQLExprgetStart()voidsetEnd(SQLExpr end)voidsetEvery(SQLExpr every)voidsetStart(SQLExpr start)-
Methods 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, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
-
-
-
Method Detail
-
getStart
public SQLExpr getStart()
-
setStart
public void setStart(SQLExpr start)
-
getEnd
public SQLExpr getEnd()
-
setEnd
public void setEnd(SQLExpr end)
-
getEvery
public SQLExpr getEvery()
-
setEvery
public void setEvery(SQLExpr every)
-
accept0
protected void accept0(SQLASTVisitor v)
- Overrides:
accept0in classSQLPartition
-
clone
public SQLPartitionBatch clone()
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLPartition
-
-