public interface DmlActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutocommitIfSupported()
public abstract boolean getAutocommitIfSupported()Whether to autocommit the transaction after executing the DML statement, if the Executor supports autocommit.
optional bool autocommit_if_supported = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The autocommitIfSupported. |
getUpdate()
public abstract QueryAction getUpdate()DML statement.
.google.spanner.executor.v1.QueryAction update = 1;
| Returns | |
|---|---|
| Type | Description |
QueryAction |
The update. |
getUpdateOrBuilder()
public abstract QueryActionOrBuilder getUpdateOrBuilder()DML statement.
.google.spanner.executor.v1.QueryAction update = 1;
| Returns | |
|---|---|
| Type | Description |
QueryActionOrBuilder |
|
hasAutocommitIfSupported()
public abstract boolean hasAutocommitIfSupported()Whether to autocommit the transaction after executing the DML statement, if the Executor supports autocommit.
optional bool autocommit_if_supported = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the autocommitIfSupported field is set. |
hasUpdate()
public abstract boolean hasUpdate()DML statement.
.google.spanner.executor.v1.QueryAction update = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the update field is set. |