public class MySqlSchema extends Object
| 构造器和说明 |
|---|
MySqlSchema(MySqlSourceConfig sourceConfig,
boolean isTableIdCaseSensitive,
Map<TableId,CatalogTable> tableMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.debezium.relational.history.TableChanges.TableChange |
getTableSchema(io.debezium.jdbc.JdbcConnection jdbc,
TableId tableId)
Gets table schema for the given table path.
|
public MySqlSchema(MySqlSourceConfig sourceConfig, boolean isTableIdCaseSensitive, Map<TableId,CatalogTable> tableMap)
public io.debezium.relational.history.TableChanges.TableChange getTableSchema(io.debezium.jdbc.JdbcConnection jdbc, TableId tableId)
Copyright © 2024 The Apache Software Foundation. All rights reserved.