public static enum ExecuteScanQuerySettings.Mode extends Enum<ExecuteScanQuerySettings.Mode>
| Enum Constant and Description |
|---|
EXEC |
EXPLAIN |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
tech.ydb.proto.table.YdbTable.ExecuteScanQueryRequest.Mode |
toPb() |
static ExecuteScanQuerySettings.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteScanQuerySettings.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecuteScanQuerySettings.Mode UNSPECIFIED
public static final ExecuteScanQuerySettings.Mode EXPLAIN
public static final ExecuteScanQuerySettings.Mode EXEC
public static ExecuteScanQuerySettings.Mode[] values()
for (ExecuteScanQuerySettings.Mode c : ExecuteScanQuerySettings.Mode.values()) System.out.println(c);
public static ExecuteScanQuerySettings.Mode 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 tech.ydb.proto.table.YdbTable.ExecuteScanQueryRequest.Mode toPb()
Copyright © 2023. All rights reserved.