Class FlushStatementHandler
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal.FlushStatementHandler
-
- All Implemented Interfaces:
SQLStatementHandler
public final class FlushStatementHandler extends Object implements SQLStatementHandler
Flush statement handler for different dialect SQL statements.
-
-
Constructor Summary
Constructors Constructor Description FlushStatementHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<SimpleTableSegment>getSimpleTableSegment(FlushStatement flushStatement)Get simple table segments.
-
-
-
Method Detail
-
getSimpleTableSegment
public static Collection<SimpleTableSegment> getSimpleTableSegment(FlushStatement flushStatement)
Get simple table segments.- Parameters:
flushStatement- flush statement- Returns:
- simple table segments
-
-