public enum ExecuteSqlRequest.QueryMode extends Enum<ExecuteSqlRequest.QueryMode> implements ProtocolMessageEnumMode in which the statement must be processed.
Protobuf enum google.spanner.v1.ExecuteSqlRequest.QueryMode
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| NORMAL | The default mode. Only the statement results are returned. |
| NORMAL_VALUE | The default mode. Only the statement results are returned. |
| PLAN | This mode returns only the query plan, without any results or execution statistics information. |
| PLAN_VALUE | This mode returns only the query plan, without any results or execution statistics information. |
| PROFILE | This mode returns both the query plan and the execution statistics along with the results. |
| PROFILE_VALUE | This mode returns both the query plan and the execution statistics along with the results. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |