public enum Db2ReadableMetaData extends Enum<Db2ReadableMetaData>
Db2TableSource.| 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.
|
SCHEMA_NAME
Name of the schema that contain the row.
|
TABLE_NAME
Name of the table that contain the row.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.cdc.debezium.table.MetadataConverter |
getConverter() |
org.apache.flink.table.types.DataType |
getDataType() |
String |
getKey() |
static Db2ReadableMetaData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Db2ReadableMetaData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Db2ReadableMetaData TABLE_NAME
public static final Db2ReadableMetaData SCHEMA_NAME
public static final Db2ReadableMetaData DATABASE_NAME
public static final Db2ReadableMetaData OP_TS
public static Db2ReadableMetaData[] values()
for (Db2ReadableMetaData c : Db2ReadableMetaData.values()) System.out.println(c);
public static Db2ReadableMetaData 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 org.apache.flink.cdc.debezium.table.MetadataConverter getConverter()
Copyright © 2024 The Apache Software Foundation. All rights reserved.