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 |
|
---|---|
Name | Description |
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 |
|
---|---|
Name | Description |
valueOf(String name) |
|
values() |