Uses of Class
com.google.spanner.v1.ResultSet
-
Uses of ResultSet in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ResultSetModifier and TypeMethodDescriptionResultSet.Builder.build()ResultSet.Builder.buildPartial()static ResultSetResultSet.getDefaultInstance()ResultSet.Builder.getDefaultInstanceForType()ResultSet.getDefaultInstanceForType()ExecuteBatchDmlResponse.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.ExecuteBatchDmlResponse.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.ExecuteBatchDmlResponseOrBuilder.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 ResultSetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ResultSet>ResultSet.getParserForType()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.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.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 ResultSetModifier and TypeMethodDescriptionExecuteBatchDmlResponse.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.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.static ResultSet.BuilderResultSet.newBuilder(ResultSet prototype) ExecuteBatchDmlResponse.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 ResultSetModifier and TypeMethodDescriptionExecuteBatchDmlResponse.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.