Uses of Class
com.zendesk.maxwell.schema.ddl.ResolvedSchemaChange
-
Packages that use ResolvedSchemaChange Package Description com.zendesk.maxwell.recovery allows users to continue a stream after changing masterscom.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 ResolvedSchemaChange in com.zendesk.maxwell.recovery
Methods in com.zendesk.maxwell.recovery that return types with arguments of type ResolvedSchemaChange Modifier and Type Method Description List<ResolvedSchemaChange>RecoverySchemaStore. processSQL(String sql, String currentDatabase, Position position) -
Uses of ResolvedSchemaChange in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema that return types with arguments of type ResolvedSchemaChange Modifier and Type Method Description List<ResolvedSchemaChange>MysqlSchemaStore. processSQL(String sql, String currentDatabase, Position position)List<ResolvedSchemaChange>SchemaStore. processSQL(String sql, String currentDatabase, Position position)Process a DDL statement Parse the given SQL, applying the changes to the schema.protected List<ResolvedSchemaChange>AbstractSchemaStore. resolveSQL(Schema schema, String sql, String currentDatabase)Method parameters in com.zendesk.maxwell.schema with type arguments of type ResolvedSchemaChange Modifier and Type Method Description MysqlSavedSchemaMysqlSavedSchema. createDerivedSchema(Schema newSchema, Position position, List<ResolvedSchemaChange> deltas)Constructor parameters in com.zendesk.maxwell.schema with type arguments of type ResolvedSchemaChange Constructor Description MysqlSavedSchema(Long serverID, CaseSensitivity sensitivity, Schema schema, Position position, long baseSchemaID, List<ResolvedSchemaChange> deltas) -
Uses of ResolvedSchemaChange in com.zendesk.maxwell.schema.ddl
Subclasses of ResolvedSchemaChange in com.zendesk.maxwell.schema.ddl Modifier and Type Class Description classResolvedDatabaseAlterclassResolvedDatabaseCreateclassResolvedDatabaseDropclassResolvedTableAlterclassResolvedTableCreateclassResolvedTableDropMethods in com.zendesk.maxwell.schema.ddl that return ResolvedSchemaChange Modifier and Type Method Description abstract ResolvedSchemaChangeSchemaChange. resolve(Schema schema)Constructors in com.zendesk.maxwell.schema.ddl with parameters of type ResolvedSchemaChange Constructor Description DDLMap(ResolvedSchemaChange change, Long timestamp, String sql, Position position, Position nextPosition, Long schemaId)
-