Interface DmlActionOrBuilder (6.62.0)

public interface DmlActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
boolean

The autocommitIfSupported.

getUpdate()

public abstract QueryAction getUpdate()

DML statement.

.google.spanner.executor.v1.QueryAction update = 1;

Returns
TypeDescription
QueryAction

The update.

getUpdateOrBuilder()

public abstract QueryActionOrBuilder getUpdateOrBuilder()

DML statement.

.google.spanner.executor.v1.QueryAction update = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the autocommitIfSupported field is set.

hasUpdate()

public abstract boolean hasUpdate()

DML statement.

.google.spanner.executor.v1.QueryAction update = 1;

Returns
TypeDescription
boolean

Whether the update field is set.