/*
 * JBoss, the OpenSource WebOS
 * 
 * Distributable under LGPL license. See terms of license at gnu.org.
 */
package javax.resource.cci;

/**
 * A ResultSet represents tabular data returned from the underlying resource by
 * the execution of an interaction. The cci.ResultSet is based on the JDBC
 * result set.
 * @version $Revision: 1.6 $
 */
public interface ResultSet extends Record, java.sql.ResultSet
{
}