Uses of Class
com.google.cloud.spanner.AsyncResultSet.CursorState
-
Packages that use AsyncResultSet.CursorState Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of AsyncResultSet.CursorState in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return AsyncResultSet.CursorState Modifier and Type Method Description AsyncResultSet.CursorStateAsyncResultSet. tryNext()Non-blocking call that attempts to step the cursor to the next position in the stream.AsyncResultSet.CursorStateForwardingAsyncResultSet. tryNext()static AsyncResultSet.CursorStateAsyncResultSet.CursorState. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncResultSet.CursorState[]AsyncResultSet.CursorState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-