public static enum SQLReadResult.SQLReadOperationResult extends Enum<SQLReadResult.SQLReadOperationResult>
Enum Constant and Description |
---|
FAILURE |
SUCCESS |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
static SQLReadResult.SQLReadOperationResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLReadResult.SQLReadOperationResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLReadResult.SQLReadOperationResult SUCCESS
public static final SQLReadResult.SQLReadOperationResult FAILURE
public static final SQLReadResult.SQLReadOperationResult UNSUPPORTED
public static SQLReadResult.SQLReadOperationResult[] values()
for (SQLReadResult.SQLReadOperationResult c : SQLReadResult.SQLReadOperationResult.values()) System.out.println(c);
public static SQLReadResult.SQLReadOperationResult 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 Cask Data, Inc. Licensed under the Apache License, Version 2.0.