Package com.zendesk.maxwell.schema
Class SchemaStoreSchema
- java.lang.Object
-
- com.zendesk.maxwell.schema.SchemaStoreSchema
-
public class SchemaStoreSchema extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaStoreSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
ensureMaxwellSchema(Connection connection, String schemaDatabaseName)
static void
upgradeSchemaStoreSchema(Connection c)
-
-
-
Method Detail
-
ensureMaxwellSchema
public static void ensureMaxwellSchema(Connection connection, String schemaDatabaseName) throws SQLException, IOException, InvalidSchemaError
-
upgradeSchemaStoreSchema
public static void upgradeSchemaStoreSchema(Connection c) throws SQLException, IOException
- Throws:
SQLException
IOException
-
-