Uses of Interface
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementVisitor
-
-
Uses of SQL92StatementVisitor in org.apache.shardingsphere.sql.parser.autogen
Classes in org.apache.shardingsphere.sql.parser.autogen that implement SQL92StatementVisitor Modifier and Type Class Description classSQL92StatementBaseVisitor<T>This class provides an empty implementation ofSQL92StatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of SQL92StatementVisitor in org.apache.shardingsphere.sql.parser.sql92.visitor.statement
Classes in org.apache.shardingsphere.sql.parser.sql92.visitor.statement that implement SQL92StatementVisitor Modifier and Type Class Description classSQL92StatementVisitorStatement visitor for SQL92. -
Uses of SQL92StatementVisitor in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type
Classes in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type that implement SQL92StatementVisitor 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.
-