resultset - Construct resultset object
Syntax
rset = resultset(curs)
Description
rset = resultset(curs) creates
a resultset object rset for the cursor curs.
To get properties of rset, create a resultset metadata
object using rsmd, or make
calls to rset using applications based on Sun Java.
Run clearwarnings, isnullcolumn, and namecolumn on rset.
Use close to close the resultset,
which frees up resources.
Examples
Construct a resultset object rset.
rset = resultset(curs)
rset =
Handle: [1x1 sun.jdbc.odbc.JdbcOdbcResultSet]
See Also
clearwarnings, close, cursor.fetch, exec, get, isnullcolumn, namecolumn, rsmd
 | register | | rollback |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit