Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SortbyListContext
-
Packages that use OpenGaussStatementParser.SortbyListContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.SortbyListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SortbyListContext Modifier and Type Method Description OpenGaussStatementParser.SortbyListContextOpenGaussStatementParser. sortbyList()OpenGaussStatementParser.SortbyListContextOpenGaussStatementParser.SortClauseContext. sortbyList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SortbyListContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitSortbyList(OpenGaussStatementParser.SortbyListContext ctx)Visit a parse tree produced byOpenGaussStatementParser.sortbyList().TOpenGaussStatementVisitor. visitSortbyList(OpenGaussStatementParser.SortbyListContext ctx)Visit a parse tree produced byOpenGaussStatementParser.sortbyList().
-