Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SortClauseContext
Packages that use OpenGaussStatementParser.SortClauseContext
Package
Description
-
Uses of OpenGaussStatementParser.SortClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SortClauseContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AexprConstContext.sortClause()OpenGaussStatementParser.CallClausesContext.sortClause()OpenGaussStatementParser.FuncApplicationContext.sortClause()OpenGaussStatementParser.SelectNoParensContext.sortClause()OpenGaussStatementParser.sortClause()OpenGaussStatementParser.WindowSpecificationContext.sortClause()OpenGaussStatementParser.WithinGroupClauseContext.sortClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SortClauseContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitSortClause(OpenGaussStatementParser.SortClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.sortClause().OpenGaussStatementVisitor.visitSortClause(OpenGaussStatementParser.SortClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.sortClause(). -
Uses of OpenGaussStatementParser.SortClauseContext 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.SortClauseContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitSortClause(OpenGaussStatementParser.SortClauseContext ctx)