public class MySqlSchema extends Object
| Constructor and Description |
|---|
MySqlSchema(MySqlSourceConfig sourceConfig,
boolean isTableIdCaseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
io.debezium.relational.history.TableChanges.TableChange |
getTableSchema(io.debezium.jdbc.JdbcConnection jdbc,
io.debezium.relational.TableId tableId)
Gets table schema for the given table path.
|
public MySqlSchema(MySqlSourceConfig sourceConfig, boolean isTableIdCaseSensitive)
public io.debezium.relational.history.TableChanges.TableChange getTableSchema(io.debezium.jdbc.JdbcConnection jdbc,
io.debezium.relational.TableId tableId)
Copyright © 2022 The Apache Software Foundation. All rights reserved.