Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.NextContext
-
Packages that use OpenGaussStatementParser.NextContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.NextContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.NextContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitNext(OpenGaussStatementParser.NextContext ctx)Visit a parse tree produced by thenextlabeled alternative inOpenGaussStatementParser.direction().TOpenGaussStatementVisitor. visitNext(OpenGaussStatementParser.NextContext ctx)Visit a parse tree produced by thenextlabeled alternative inOpenGaussStatementParser.direction(). -
Uses of OpenGaussStatementParser.NextContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.NextContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitNext(OpenGaussStatementParser.NextContext ctx)
-