Enum StatementResult.ResultType (6.62.0)

public enum StatementResult.ResultType extends Enum<StatementResult.ResultType>

Enum indicating the type of result that was returned by Connection#execute(com.google.cloud.spanner.Statement)

Static Fields

NameDescription
NO_RESULT

DDL statements and client side statements that set the state of a connection return no result.

RESULT_SET

A result set either returned by a query on Cloud Spanner or a local result set generated by a client side statement.

UPDATE_COUNT

An update count returned by Cloud Spanner.

Static Methods

NameDescription
valueOf(String name)
values()