public enum MySqlReadableMetadata extends Enum<MySqlReadableMetadata>
MySqlTableSource.| Enum Constant and Description |
|---|
DATABASE_NAME
Name of the database that contain the row.
|
OP_TS
It indicates the time that the change was made in the database.
|
TABLE_NAME
Name of the table that contain the row.
|
| Modifier and Type | Method and Description |
|---|---|
com.ververica.cdc.debezium.table.MetadataConverter |
getConverter() |
org.apache.flink.table.types.DataType |
getDataType() |
String |
getKey() |
static MySqlReadableMetadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlReadableMetadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MySqlReadableMetadata TABLE_NAME
public static final MySqlReadableMetadata DATABASE_NAME
public static final MySqlReadableMetadata OP_TS
public static MySqlReadableMetadata[] values()
for (MySqlReadableMetadata c : MySqlReadableMetadata.values()) System.out.println(c);
public static MySqlReadableMetadata valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
public org.apache.flink.table.types.DataType getDataType()
public com.ververica.cdc.debezium.table.MetadataConverter getConverter()
Copyright © 2022 The Apache Software Foundation. All rights reserved.