Uses of Class
com.google.spanner.v1.ResultSet
-
-
Uses of ResultSet in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ResultSet Modifier and Type Method Description ResultSetResultSet.Builder. build()ResultSetResultSet.Builder. buildPartial()static ResultSetResultSet. getDefaultInstance()ResultSetResultSet.Builder. getDefaultInstanceForType()ResultSetResultSet. getDefaultInstanceForType()ResultSetExecuteBatchDmlResponse.Builder. getResultSets(int index)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.ResultSetExecuteBatchDmlResponse. getResultSets(int index)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.ResultSetExecuteBatchDmlResponseOrBuilder. getResultSets(int index)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.static ResultSetResultSet. parseDelimitedFrom(InputStream input)static ResultSetResultSet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResultSetResultSet. parseFrom(byte[] data)static ResultSetResultSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResultSetResultSet. parseFrom(com.google.protobuf.ByteString data)static ResultSetResultSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResultSetResultSet. parseFrom(com.google.protobuf.CodedInputStream input)static ResultSetResultSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResultSetResultSet. parseFrom(InputStream input)static ResultSetResultSet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResultSetResultSet. parseFrom(ByteBuffer data)static ResultSetResultSet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type ResultSet Modifier and Type Method Description com.google.protobuf.Parser<ResultSet>ResultSet. getParserForType()List<ResultSet>ExecuteBatchDmlResponse.Builder. getResultSetsList()One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.List<ResultSet>ExecuteBatchDmlResponse. getResultSetsList()One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.List<ResultSet>ExecuteBatchDmlResponseOrBuilder. getResultSetsList()One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.static com.google.protobuf.Parser<ResultSet>ResultSet. parser()Methods in com.google.spanner.v1 with parameters of type ResultSet Modifier and Type Method Description ExecuteBatchDmlResponse.BuilderExecuteBatchDmlResponse.Builder. addResultSets(int index, ResultSet value)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.ExecuteBatchDmlResponse.BuilderExecuteBatchDmlResponse.Builder. addResultSets(ResultSet value)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.ResultSet.BuilderResultSet.Builder. mergeFrom(ResultSet other)static ResultSet.BuilderResultSet. newBuilder(ResultSet prototype)ExecuteBatchDmlResponse.BuilderExecuteBatchDmlResponse.Builder. setResultSets(int index, ResultSet value)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.Method parameters in com.google.spanner.v1 with type arguments of type ResultSet Modifier and Type Method Description ExecuteBatchDmlResponse.BuilderExecuteBatchDmlResponse.Builder. addAllResultSets(Iterable<? extends ResultSet> values)One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
-