Uses of Interface
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementVisitor
Packages that use OpenGaussStatementVisitor
Package
Description
-
Uses of OpenGaussStatementVisitor in org.apache.shardingsphere.sql.parser.autogen
Classes in org.apache.shardingsphere.sql.parser.autogen that implement OpenGaussStatementVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofOpenGaussStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of OpenGaussStatementVisitor in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Classes in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl that implement OpenGaussStatementVisitorModifier and TypeClassDescriptionfinal classDAL Statement SQL visitor for openGauss.final classDCL Statement SQL visitor for openGauss.final classDDL Statement SQL visitor for openGauss.final classDML Statement SQL visitor for openGauss.classOpenGauss Statement SQL visitor.final classTCL Statement SQL visitor for openGauss.