Uses of Interface
org.apache.shardingsphere.distsql.parser.autogen.DatabaseDiscoveryDistSQLStatementVisitor
Packages that use DatabaseDiscoveryDistSQLStatementVisitor
Package
Description
-
Uses of DatabaseDiscoveryDistSQLStatementVisitor in org.apache.shardingsphere.dbdiscovery.distsql.parser.core
Classes in org.apache.shardingsphere.dbdiscovery.distsql.parser.core that implement DatabaseDiscoveryDistSQLStatementVisitorModifier and TypeClassDescriptionfinal classSQL statement visitor for database discovery dist SQL. -
Uses of DatabaseDiscoveryDistSQLStatementVisitor in org.apache.shardingsphere.distsql.parser.autogen
Classes in org.apache.shardingsphere.distsql.parser.autogen that implement DatabaseDiscoveryDistSQLStatementVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofDatabaseDiscoveryDistSQLStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.