Uses of Class
com.google.cloud.spanner.AsyncResultSet.CallbackResponse
-
Packages that use AsyncResultSet.CallbackResponse Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of AsyncResultSet.CallbackResponse in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return AsyncResultSet.CallbackResponse Modifier and Type Method Description AsyncResultSet.CallbackResponseAsyncResultSet.ReadyCallback. cursorReady(AsyncResultSet resultSet)static AsyncResultSet.CallbackResponseAsyncResultSet.CallbackResponse. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncResultSet.CallbackResponse[]AsyncResultSet.CallbackResponse. values()Returns an array containing the constants of this enum type, in the order they are declared.
-