Class ResultSetHelper (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass ResultSetHelperInherited Members
Static Methods
toDirectExecuteResultSet(ResultSet delegate)
publicstaticResultSettoDirectExecuteResultSet(ResultSetdelegate)Converts the given ResultSet to a DirectExecuteResultSet. A DirectExecuteResultSet does not defer the execution of the query to the first ResultSet#next() call.
Name
Description
delegate
Returns
com.google.cloud.spanner.ResultSet Type
Description
com.google.cloud.spanner.ResultSet
Constructors
ResultSetHelper()
publicResultSetHelper()