Class BackendConnection.UpdateCount (0.8.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
NameDescription
updateCountLong

Methods

getClientSideStatementType()

public StatementResult.ClientSideStatementType getClientSideStatementType()
Returns
TypeDescription
ClientSideStatementType

getResultSet()

public ResultSet getResultSet()
Returns
TypeDescription
com.google.cloud.spanner.ResultSet

getResultType()

public StatementResult.ResultType getResultType()
Returns
TypeDescription
ResultType

getUpdateCount()

public Long getUpdateCount()
Returns
TypeDescription
Long