Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SortClauseContext
-
Packages that use OpenGaussStatementParser.SortClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.SortClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SortClauseContext Modifier and Type Method Description OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser.AexprConstContext. sortClause()OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser.CallClausesContext. sortClause()OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser.FuncApplicationContext. sortClause()OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser.SelectNoParensContext. sortClause()OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser. sortClause()OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser.WindowSpecificationContext. sortClause()OpenGaussStatementParser.SortClauseContextOpenGaussStatementParser.WithinGroupClauseContext. sortClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SortClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitSortClause(OpenGaussStatementParser.SortClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.sortClause().TOpenGaussStatementVisitor. visitSortClause(OpenGaussStatementParser.SortClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.sortClause(). -
Uses of OpenGaussStatementParser.SortClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.SortClauseContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitSortClause(OpenGaussStatementParser.SortClauseContext ctx)
-