Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementBaseVisitor
-
Packages that use SQL92StatementBaseVisitor Package Description org.apache.shardingsphere.sql.parser.sql92.visitor.statement org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type -
-
Uses of SQL92StatementBaseVisitor in org.apache.shardingsphere.sql.parser.sql92.visitor.statement
Subclasses of SQL92StatementBaseVisitor in org.apache.shardingsphere.sql.parser.sql92.visitor.statement Modifier and Type Class Description classSQL92StatementVisitorStatement visitor for SQL92. -
Uses of SQL92StatementBaseVisitor in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type
Subclasses of SQL92StatementBaseVisitor in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type Modifier and Type Class Description classSQL92DALStatementVisitorDAL statement visitor for SQL92.classSQL92DCLStatementVisitorDCL statement visitor for SQL92.classSQL92DDLStatementVisitorDDL statement visitor for SQL92.classSQL92DMLStatementVisitorDML statement visitor for SQL92.classSQL92TCLStatementVisitorTCL statement visitor for SQL92.
-