API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. RowSetInternal View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 RowSetInternal
Subinterfaces
Description
public interface RowSetInternal
  The interface that a RowSet object implements in order to present itself to a RowSetReader or RowSetWriter object.
See also:   
Methods
Hide/Show inherited methods
public Connection getConnection () throws SQLException
  Retrieves the Connection object that was passed to this RowSet object.
public ResultSet getOriginal () throws SQLException
  Retrieves a ResultSet object containing the original value of this RowSet object.
public ResultSet getOriginalRow () throws SQLException
  Retrieves a ResultSet object containing the original value of the current row only.
public Object getParams () throws SQLException
  Retrieves the parameters that have been set for this RowSet object's command.
public void setMetaData (RowSetMetaData md) throws SQLException
  Sets the given RowSetMetaData object as the RowSetMetaData object for this RowSet object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar