Uses of Class
com.zendesk.maxwell.schema.ddl.InvalidSchemaError
-
Packages that use InvalidSchemaError 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 InvalidSchemaError in com.zendesk.maxwell.recovery
Methods in com.zendesk.maxwell.recovery that throw InvalidSchemaError Modifier and Type Method Description List<ResolvedSchemaChange>RecoverySchemaStore. processSQL(String sql, String currentDatabase, Position position) -
Uses of InvalidSchemaError in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema that throw InvalidSchemaError Modifier and Type Method Description voidTable. changeColumn(int idx, ColumnPosition position, ColumnDef definition, List<DeferredPositionUpdate> deferred)static voidSchemaStoreSchema. ensureMaxwellSchema(Connection connection, String schemaDatabaseName)DatabaseSchema. findDatabaseOrThrow(String name)TableDatabase. findTableOrThrow(String table)protected voidMysqlSavedSchema. handleVersionUpgrades(ConnectionPool pool)voidTable. moveColumn(String name, ColumnPosition position)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.voidTable. renameColumn(int idx, String name)voidTable. replaceColumn(int idx, ColumnDef definition)protected List<ResolvedSchemaChange>AbstractSchemaStore. resolveSQL(Schema schema, String sql, String currentDatabase)static MysqlSavedSchemaMysqlSavedSchema. restore(MaxwellContext context, Position targetPosition)static MysqlSavedSchemaMysqlSavedSchema. restore(ConnectionPool pool, Long serverID, CaseSensitivity caseSensitivity, Position targetPosition)static MysqlSavedSchemaMysqlSavedSchema. restoreFromSchemaID(Long schemaID, Connection conn, CaseSensitivity sensitivity)protected voidMysqlSavedSchema. restoreFromSchemaID(Connection conn, Long schemaID) -
Uses of InvalidSchemaError in com.zendesk.maxwell.schema.ddl
Methods in com.zendesk.maxwell.schema.ddl that throw InvalidSchemaError Modifier and Type Method Description voidRenameColumnMod. apply(Table table, List<DeferredPositionUpdate> deferred)voidResolvedDatabaseAlter. apply(Schema schema)voidResolvedDatabaseCreate. apply(Schema schema)voidResolvedDatabaseDrop. apply(Schema schema)abstract voidResolvedSchemaChange. apply(Schema originalSchema)voidResolvedTableAlter. apply(Schema schema)voidResolvedTableCreate. apply(Schema schema)voidResolvedTableDrop. apply(Schema schema)ResolvedDatabaseAlterDatabaseAlter. resolve(Schema s)ResolvedDatabaseCreateDatabaseCreate. resolve(Schema schema)ResolvedDatabaseDropDatabaseDrop. resolve(Schema schema)abstract ResolvedSchemaChangeSchemaChange. resolve(Schema schema)ResolvedTableAlterTableAlter. resolve(Schema schema)ResolvedTableCreateTableCreate. resolve(Schema schema)
-