Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SortbyContext
Packages that use OpenGaussStatementParser.SortbyContext
Package
Description
-
Uses of OpenGaussStatementParser.SortbyContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SortbyContextModifier and TypeMethodDescriptionOpenGaussStatementParser.sortby()OpenGaussStatementParser.SortbyListContext.sortby(int i) Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.SortbyContextMethods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SortbyContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitSortby(OpenGaussStatementParser.SortbyContext ctx) Visit a parse tree produced byOpenGaussStatementParser.sortby().OpenGaussStatementVisitor.visitSortby(OpenGaussStatementParser.SortbyContext ctx) Visit a parse tree produced byOpenGaussStatementParser.sortby(). -
Uses of OpenGaussStatementParser.SortbyContext 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.SortbyContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitSortby(OpenGaussStatementParser.SortbyContext ctx)