Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ExplainStatement
-
-
Uses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal with parameters of type ExplainStatement Modifier and Type Method Description static Optional<SimpleTableSegment>ExplainStatementHandler. getSimpleTableSegment(ExplainStatement explainStatement)Get simple table segment. -
Uses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
Subclasses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal Modifier and Type Class Description classMySQLExplainStatementMySQL explain statement. -
Uses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal
Subclasses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal Modifier and Type Class Description classOpenGaussExplainStatementOpenGauss explain statement. -
Uses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
Subclasses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal Modifier and Type Class Description classPostgreSQLExplainStatementPostgreSQL explain statement. -
Uses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dal
Subclasses of ExplainStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dal Modifier and Type Class Description classSQLServerExplainStatementSQLServer explain statement.
-