public enum MySQLBinlogEventFlag extends Enum<MySQLBinlogEventFlag>
| Modifier and Type | Method and Description |
|---|---|
static MySQLBinlogEventFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLBinlogEventFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MySQLBinlogEventFlag LOG_EVENT_BINLOG_IN_USE_F
public static final MySQLBinlogEventFlag LOG_EVENT_FORCED_ROTATE_F
public static final MySQLBinlogEventFlag LOG_EVENT_THREAD_SPECIFIC_F
public static final MySQLBinlogEventFlag LOG_EVENT_SUPPRESS_USE_F
public static final MySQLBinlogEventFlag LOG_EVENT_UPDATE_TABLE_MAP_VERSION_F
public static final MySQLBinlogEventFlag LOG_EVENT_ARTIFICIAL_F
public static final MySQLBinlogEventFlag LOG_EVENT_RELAY_LOG_F
public static final MySQLBinlogEventFlag LOG_EVENT_IGNORABLE_F
public static final MySQLBinlogEventFlag LOG_EVENT_NO_FILTER_F
public static final MySQLBinlogEventFlag LOG_EVENT_MTS_ISOLATE_F
public static MySQLBinlogEventFlag[] values()
for (MySQLBinlogEventFlag c : MySQLBinlogEventFlag.values()) System.out.println(c);
public static MySQLBinlogEventFlag 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 nullCopyright © 2023 The Apache Software Foundation. All rights reserved.