JavaScript is disabled on your browser.
Skip navigation links
Debezium API 2.2.0.CR1
Overview
Package
Class
Use
Tree
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.debezium.spi.converter
Interface ConvertedField
All Known Subinterfaces:
RelationalColumn
@Incubating
public interface
ConvertedField
An the base interface for a converted field that provides naming characteristics.
Author:
Jiri Pechanec
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
dataCollection
()
String
name
()
Method Details
name
String
name
()
Returns:
the name of the data field in data collection (like column in a table)
dataCollection
String
dataCollection
()
Returns:
the qualified name of the data collection (like a table)