public static enum OracleSourceConfig.LargeObjectsHandlingCase extends Enum<OracleSourceConfig.LargeObjectsHandlingCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DROP_LARGE_OBJECTS |
LARGEOBJECTSHANDLING_NOT_SET |
STREAM_LARGE_OBJECTS |
| Modifier and Type | Method and Description |
|---|---|
static OracleSourceConfig.LargeObjectsHandlingCase |
forNumber(int value) |
int |
getNumber() |
static OracleSourceConfig.LargeObjectsHandlingCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OracleSourceConfig.LargeObjectsHandlingCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleSourceConfig.LargeObjectsHandlingCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleSourceConfig.LargeObjectsHandlingCase DROP_LARGE_OBJECTS
public static final OracleSourceConfig.LargeObjectsHandlingCase STREAM_LARGE_OBJECTS
public static final OracleSourceConfig.LargeObjectsHandlingCase LARGEOBJECTSHANDLING_NOT_SET
public static OracleSourceConfig.LargeObjectsHandlingCase[] values()
for (OracleSourceConfig.LargeObjectsHandlingCase c : OracleSourceConfig.LargeObjectsHandlingCase.values()) System.out.println(c);
public static OracleSourceConfig.LargeObjectsHandlingCase 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 null@Deprecated public static OracleSourceConfig.LargeObjectsHandlingCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static OracleSourceConfig.LargeObjectsHandlingCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.