| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.mapping |
| Modifier and Type | Method and Description |
|---|---|
static ColumnId |
ColumnId.parse(String str)
Parse the supplied string delimited with a period (
.) character, extracting the last segment into a column name
and the prior segments into the TableID. |
private static ColumnId |
ColumnId.parse(String str,
boolean useCatalogBeforeSchema)
Parse the supplied string delimited with the specified delimiter character, extracting the last segment into a column name
and the prior segments into the TableID.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnId.compareTo(ColumnId that) |
int |
ColumnId.compareToIgnoreCase(ColumnId that) |
| Modifier and Type | Field and Description |
|---|---|
protected Predicate<ColumnId> |
ColumnMappers.MapperRule.predicate |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ColumnMappers.MapperRule.matches(ColumnId id) |
| Constructor and Description |
|---|
MapperRule(Predicate<ColumnId> predicate,
ColumnMapper mapper) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.