Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.OrderingColumnContext
-
Packages that use OracleStatementParser.OrderingColumnContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.OrderingColumnContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.OrderingColumnContext Modifier and Type Method Description OracleStatementParser.OrderingColumnContextOracleStatementParser. orderingColumn()OracleStatementParser.OrderingColumnContextOracleStatementParser.SearchClauseContext. orderingColumn()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.OrderingColumnContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitOrderingColumn(OracleStatementParser.OrderingColumnContext ctx)Visit a parse tree produced byOracleStatementParser.orderingColumn().TOracleStatementVisitor. visitOrderingColumn(OracleStatementParser.OrderingColumnContext ctx)Visit a parse tree produced byOracleStatementParser.orderingColumn().
-