Class BatchResponsePacket

java.lang.Object
com.j_spaces.jdbc.ResponsePacket
com.j_spaces.jdbc.batching.BatchResponsePacket
All Implemented Interfaces:
Serializable, Iterable<IEntryPacket>

public class BatchResponsePacket extends ResponsePacket
A packet returned from a JDBC batch execution. The result held in the packet is an array of Integers. Each Integer represents a result returned from a single query execution from the batch. The value indicates how many rows were affected by the execution.
Since:
8.0
Author:
idan
See Also:
  • Constructor Details

    • BatchResponsePacket

      public BatchResponsePacket(int[] result)
      Constructs a new batch response packet using the provided ints array.
  • Method Details

    • getResult

      public int[] getResult()
      Gets the batch response packet's result