Interface ResultSet

  • All Superinterfaces:
    AutoCloseable, Cloneable, Record, ResultSet, Serializable, Wrapper

    public interface ResultSet
    extends Record, ResultSet
    A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction.. The CCI ResultSet is based on the JDBC ResultSet.

    Refer the CCI specification in Connectors 1.0 for detailed requirements on the implementation of a CCI ResultSet.

    Since:
    0.8
    Author:
    Rahul Sharma
    See Also:
    ResultSet