Class ResponsePacket

java.lang.Object
com.j_spaces.jdbc.ResponsePacket
All Implemented Interfaces:
Serializable, Iterable<IEntryPacket>
Direct Known Subclasses:
BatchResponsePacket, ExplainPlanResponsePacket

public class ResponsePacket extends Object implements Serializable, Iterable<IEntryPacket>
The ResponsePacket class. Every response to the JDBC driver is wrapped in this class. it can contain an SQLException if one occurred, an integer result, that represents the number of updates made, or 0, in case of other type of queries, or a ResultEntry as a response to a select.
Author:
Michael Mitrani - 2Train4, 2004
See Also:
  • Constructor Details

    • ResponsePacket

      public ResponsePacket()
  • Method Details