Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Physical_propertiesContext
-
Packages that use PlSqlParser.Physical_propertiesContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Physical_propertiesContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Physical_propertiesContext Modifier and Type Method Description PlSqlParser.Physical_propertiesContextPlSqlParser.Create_materialized_viewContext. physical_properties()PlSqlParser.Physical_propertiesContextPlSqlParser.Nested_table_col_propertiesContext. physical_properties(int i)PlSqlParser.Physical_propertiesContextPlSqlParser.Object_tableContext. physical_properties()PlSqlParser.Physical_propertiesContextPlSqlParser. physical_properties()PlSqlParser.Physical_propertiesContextPlSqlParser.Relational_tableContext. physical_properties()PlSqlParser.Physical_propertiesContextPlSqlParser.Xmltype_tableContext. physical_properties()Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Physical_propertiesContext Modifier and Type Method Description List<PlSqlParser.Physical_propertiesContext>PlSqlParser.Nested_table_col_propertiesContext. physical_properties()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Physical_propertiesContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)Enter a parse tree produced byPlSqlParser.physical_properties().voidPlSqlParserListener. enterPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)Enter a parse tree produced byPlSqlParser.physical_properties().voidPlSqlParserBaseListener. exitPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)Exit a parse tree produced byPlSqlParser.physical_properties().voidPlSqlParserListener. exitPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)Exit a parse tree produced byPlSqlParser.physical_properties().
-