javax.sql
Interface RowSetInternal


public interface RowSetInternal

Since:
1.4

Method Summary
 Connection getConnection()
           
 ResultSet getOriginal()
           
 ResultSet getOriginalRow()
           
 Object[] getParams()
           
 void setMetaData(RowSetMetaData md)
           
 

Method Detail

getParams

Object[] getParams()
                   throws SQLException
Throws:
SQLException
Since:
1.4

getConnection

Connection getConnection()
                         throws SQLException
Throws:
SQLException
Since:
1.4

setMetaData

void setMetaData(RowSetMetaData md)
                 throws SQLException
Throws:
SQLException
Since:
1.4

getOriginal

ResultSet getOriginal()
                      throws SQLException
Throws:
SQLException
Since:
1.4

getOriginalRow

ResultSet getOriginalRow()
                         throws SQLException
Throws:
SQLException
Since:
1.4