Class BackendConnection.NoResult (0.23.1)

public static final class BackendConnection.NoResult implements StatementResult

StatementResult implementation for statements that do not return anything (e.g. DDL).

Inheritance

java.lang.Object > BackendConnection.NoResult

Implements

StatementResult

Constructors

NoResult(String commandTag)

public NoResult(String commandTag)
Parameter
Name Description
commandTag String

Methods

getClientSideStatementType()

public StatementResult.ClientSideStatementType getClientSideStatementType()
Returns
Type Description
ClientSideStatementType

getCommandTag()

public String getCommandTag()
Returns
Type Description
String

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

hasCommandTag()

public boolean hasCommandTag()
Returns
Type Description
boolean