Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Sort_or_nosortContext
-
Packages that use PlSqlParser.Sort_or_nosortContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Sort_or_nosortContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Sort_or_nosortContext Modifier and Type Method Description PlSqlParser.Sort_or_nosortContextPlSqlParser.Index_attributesContext. sort_or_nosort(int i)PlSqlParser.Sort_or_nosortContextPlSqlParser. sort_or_nosort()Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Sort_or_nosortContext Modifier and Type Method Description List<PlSqlParser.Sort_or_nosortContext>PlSqlParser.Index_attributesContext. sort_or_nosort()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Sort_or_nosortContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)Enter a parse tree produced byPlSqlParser.sort_or_nosort().voidPlSqlParserListener. enterSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)Enter a parse tree produced byPlSqlParser.sort_or_nosort().voidPlSqlParserBaseListener. exitSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)Exit a parse tree produced byPlSqlParser.sort_or_nosort().voidPlSqlParserListener. exitSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)Exit a parse tree produced byPlSqlParser.sort_or_nosort().
-