| Database Toolbox |    | 
Syntax
Description
r = resultset(curs)
 creates a resultset object rset, for the cursor curs, where curs was created using exec or fetch. You can get properties of rset, create a resultset metadata object using rsmd, or make calls to rset using your own Java-based applications. You can also perform other functions on rset: clearwarnings, isnullcolumn, and namecolumn. Use close to close the resultset, which frees up resources.
Examples
See Also
clearwarnings, close, exec, fetch, get, isnullcolumn, namecolumn, rsmd
|   | register | rollback |  | 
© 1994-2005 The MathWorks, Inc.