Class CommentStatementHandler
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CommentStatementHandler
-
- All Implemented Interfaces:
SQLStatementHandler
public final class CommentStatementHandler extends Object implements SQLStatementHandler
Comment statement handler for different dialect SQLStatements.
-
-
Constructor Summary
Constructors Constructor Description CommentStatementHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<IndexTypeSegment>getIndexType(CommentStatement commentStatement)Get index type.
-
-
-
Method Detail
-
getIndexType
public static Optional<IndexTypeSegment> getIndexType(CommentStatement commentStatement)
Get index type.- Parameters:
commentStatement- comment statement- Returns:
- index type segment
-
-