Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SelectNoParensContext
Packages that use OpenGaussStatementParser.SelectNoParensContext
Package
Description
-
Uses of OpenGaussStatementParser.SelectNoParensContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SelectNoParensContextModifier and TypeMethodDescriptionOpenGaussStatementParser.SelectContext.selectNoParens()OpenGaussStatementParser.selectNoParens()OpenGaussStatementParser.SelectWithParensContext.selectNoParens()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SelectNoParensContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitSelectNoParens(OpenGaussStatementParser.SelectNoParensContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectNoParens().OpenGaussStatementVisitor.visitSelectNoParens(OpenGaussStatementParser.SelectNoParensContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectNoParens(). -
Uses of OpenGaussStatementParser.SelectNoParensContext 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.SelectNoParensContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitSelectNoParens(OpenGaussStatementParser.SelectNoParensContext ctx)