KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > RowSetInternal

javax.sql
Interface RowSetInternal

See Also:
Top Examples, Source Code

Connection getConnection()
                         throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ResultSet getOriginal()
                      throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ResultSet getOriginalRow()
                         throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object[] getParams()
                   throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setMetaData(RowSetMetaData md)
                 throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags