Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.LastContext
-
Packages that use OpenGaussStatementParser.LastContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.LastContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.LastContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitLast(OpenGaussStatementParser.LastContext ctx)Visit a parse tree produced by thelastlabeled alternative inOpenGaussStatementParser.direction().TOpenGaussStatementVisitor. visitLast(OpenGaussStatementParser.LastContext ctx)Visit a parse tree produced by thelastlabeled alternative inOpenGaussStatementParser.direction(). -
Uses of OpenGaussStatementParser.LastContext 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.LastContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitLast(OpenGaussStatementParser.LastContext ctx)
-