Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SelectClauseNContext
-
Packages that use OpenGaussStatementParser.SelectClauseNContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.SelectClauseNContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SelectClauseNContext Modifier and Type Method Description OpenGaussStatementParser.SelectClauseNContextOpenGaussStatementParser. selectClauseN()OpenGaussStatementParser.SelectClauseNContextOpenGaussStatementParser.SelectClauseNContext. selectClauseN(int i)OpenGaussStatementParser.SelectClauseNContextOpenGaussStatementParser.SelectNoParensContext. selectClauseN()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.SelectClauseNContext Modifier and Type Method Description List<OpenGaussStatementParser.SelectClauseNContext>OpenGaussStatementParser.SelectClauseNContext. selectClauseN()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SelectClauseNContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx)Visit a parse tree produced byOpenGaussStatementParser.selectClauseN().TOpenGaussStatementVisitor. visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx)Visit a parse tree produced byOpenGaussStatementParser.selectClauseN(). -
Uses of OpenGaussStatementParser.SelectClauseNContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.SelectClauseNContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx)
-