Class PostgreSQLExplainStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ExplainStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLExplainStatement
-
- All Implemented Interfaces:
ASTNode,DALStatement,SQLStatement,PostgreSQLStatement
public final class PostgreSQLExplainStatement extends ExplainStatement implements PostgreSQLStatement
PostgreSQL explain statement.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLExplainStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ExplainStatement
getStatement
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
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.statement.SQLStatement
getParameterCount
-
-