Uses of Class
com.google.cloud.spanner.connection.StatementResult.ResultType
-
Packages that use StatementResult.ResultType Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of StatementResult.ResultType in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return StatementResult.ResultType Modifier and Type Method Description StatementResult.ResultTypeStatementResult. getResultType()Returns theStatementResult.ResultTypeof this result.static StatementResult.ResultTypeStatementResult.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementResult.ResultType[]StatementResult.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-