Package com.zendesk.maxwell.schema.ddl
Class DatabaseDrop
- java.lang.Object
-
- com.zendesk.maxwell.schema.ddl.SchemaChange
-
- com.zendesk.maxwell.schema.ddl.DatabaseDrop
-
public class DatabaseDrop extends SchemaChange
-
-
Constructor Summary
Constructors Constructor Description DatabaseDrop(String database, boolean ifExists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBlacklisted(Filter filter)
ResolvedDatabaseDrop
resolve(Schema schema)
-
Methods inherited from class com.zendesk.maxwell.schema.ddl.SchemaChange
parse
-
-
-
-
Field Detail
-
database
public String database
-
ifExists
public boolean ifExists
-
-
Constructor Detail
-
DatabaseDrop
public DatabaseDrop(String database, boolean ifExists)
-
-
Method Detail
-
resolve
public ResolvedDatabaseDrop resolve(Schema schema) throws InvalidSchemaError
- Specified by:
resolve
in classSchemaChange
- Throws:
InvalidSchemaError
-
isBlacklisted
public boolean isBlacklisted(Filter filter)
- Specified by:
isBlacklisted
in classSchemaChange
-
-