Uses of Class
com.zendesk.maxwell.schema.ddl.DeferredPositionUpdate
-
Packages that use DeferredPositionUpdate Package Description com.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schemacom.zendesk.maxwell.schema.ddl the mysql DDL schema parser lives here. -
-
Uses of DeferredPositionUpdate in com.zendesk.maxwell.schema
Method parameters in com.zendesk.maxwell.schema with type arguments of type DeferredPositionUpdate Modifier and Type Method Description void
Table. changeColumn(int idx, ColumnPosition position, ColumnDef definition, List<DeferredPositionUpdate> deferred)
-
Uses of DeferredPositionUpdate in com.zendesk.maxwell.schema.ddl
Method parameters in com.zendesk.maxwell.schema.ddl with type arguments of type DeferredPositionUpdate Modifier and Type Method Description void
RenameColumnMod. apply(Table table, List<DeferredPositionUpdate> deferred)
-