Uses of Interface
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementVisitor
Packages that use SQL92StatementVisitor
Package
Description
-
Uses of SQL92StatementVisitor in org.apache.shardingsphere.sql.parser.autogen
Classes in org.apache.shardingsphere.sql.parser.autogen that implement SQL92StatementVisitorModifier and TypeClassDescriptionclassThis 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.impl
Classes in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl that implement SQL92StatementVisitorModifier and TypeClassDescriptionfinal classDAL Statement SQL visitor for SQL92.final classDCL Statement SQL visitor for SQL92.final classDDL Statement SQL visitor for SQL92.final classDML Statement SQL visitor for SQL92.classSQL92 Statement SQL visitor.final classTCL Statement SQL visitor for SQL92.