public enum RowChangedType extends java.lang.Enum<RowChangedType>
Used by a driver's table implementation to indicate the type of change that has occurred on the row.
Modifier and Type | Method and Description |
---|---|
static RowChangedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowChangedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowChangedType INSERT
public static final RowChangedType REMOVE
public static final RowChangedType UPDATE
public static RowChangedType[] values()
for (RowChangedType c : RowChangedType.values()) System.out.println(c);
public static RowChangedType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullSubmit a bug or feature
Copyright (c) 2013-2020 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.