Class FormatStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.DistSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rul.RULStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rul.SQLRULStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rul.sql.FormatStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,SQLStatement
public final class FormatStatement extends SQLRULStatement
Format statement.
-
-
Constructor Summary
Constructors Constructor Description FormatStatement(String sql)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-
-
-
Constructor Detail
-
FormatStatement
public FormatStatement(String sql)
-
-