Class SQLRULStatement
- 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
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,SQLStatement
- Direct Known Subclasses:
FormatStatement,ParseStatement,PreviewStatement
public abstract class SQLRULStatement extends RULStatement
SQL RUL statement.
-
-
Constructor Summary
Constructors Constructor Description SQLRULStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-