Uses of Package
org.apache.shardingsphere.sql.parser.autogen
Packages that use org.apache.shardingsphere.sql.parser.autogen
Package
Description
-
Classes in org.apache.shardingsphere.sql.parser.autogen used by org.apache.shardingsphere.sql.parser.autogenClassDescriptionThis interface defines a complete generic visitor for a parse tree produced by
SQL92StatementParser. -
-
Classes in org.apache.shardingsphere.sql.parser.autogen used by org.apache.shardingsphere.sql.parser.sql92.visitor.statement.implClassDescriptionThis class provides an empty implementation of
SQL92StatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete generic visitor for a parse tree produced bySQL92StatementParser.