java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl.SQL92StatementSQLVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>, SQL92StatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
Direct Known Subclasses:
SQL92DALStatementSQLVisitor, SQL92DCLStatementSQLVisitor, SQL92DDLStatementSQLVisitor, SQL92DMLStatementSQLVisitor, SQL92TCLStatementSQLVisitor

public abstract class SQL92StatementSQLVisitor extends SQL92StatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
SQL92 Statement SQL visitor.