| Package | Description |
|---|---|
| io.debezium.relational |
| 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.