Class ResetOptionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.ResetOptionSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
- Direct Known Subclasses:
ResetMasterOptionSegment,ResetSlaveOptionSegment
public abstract class ResetOptionSegment extends Object implements SQLSegment
MySQL reset option segment.
-
-
Constructor Summary
Constructors Constructor Description ResetOptionSegment()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-