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