Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SelectClauseNContext
Packages that use OpenGaussStatementParser.SelectClauseNContext
Package
Description
-
Uses of OpenGaussStatementParser.SelectClauseNContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SelectClauseNContextModifier and TypeMethodDescriptionOpenGaussStatementParser.selectClauseN()OpenGaussStatementParser.SelectClauseNContext.selectClauseN(int i) OpenGaussStatementParser.SelectNoParensContext.selectClauseN()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.SelectClauseNContextMethods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SelectClauseNContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectClauseN().OpenGaussStatementVisitor.visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectClauseN(). -
Uses of OpenGaussStatementParser.SelectClauseNContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.SelectClauseNContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx)