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