public static interface Change.ColumnValue
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_NAME
The name of the column before it was changed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
columnName()
Name of the column.
|
org.apache.kafka.connect.data.Schema |
schema()
Schema for the data.
|
Object |
value()
Value for the data.
|
static final String COLUMN_NAME
Copyright © 2017–2018. All rights reserved.