Class BackendConnection.UpdateCount (0.16.0)

public static final class BackendConnection.UpdateCount implements StatementResult

Implementation of StatementResult for statements that return an update count (e.g. DML).

Inheritance

java.lang.Object > BackendConnection.UpdateCount

Implements

StatementResult

Constructors

UpdateCount(Long updateCount)

public UpdateCount(Long updateCount)
Parameter
Name Description
updateCount Long

Methods

getClientSideStatementType()

public StatementResult.ClientSideStatementType getClientSideStatementType()
Returns
Type Description
ClientSideStatementType

getResultSet()

public ResultSet getResultSet()
Returns
Type Description
com.google.cloud.spanner.ResultSet

getResultType()

public StatementResult.ResultType getResultType()
Returns
Type Description
ResultType

getUpdateCount()

public Long getUpdateCount()
Returns
Type Description
Long