Database Toolbox |
Construct resultset metadata object
Syntax
Description
rsmeta = rsmd(rset)
creates a resultset metadata object rsmeta
, for the resultset object rset
, or the cursor object curs
, where rset
was created using resultset
, and curs
was created using exec
or fetch
. Get properties of rsmeta
using get
, or make calls to rsmeta
using your own Java-based applications.
Examples
Use v = get(rsmeta)
and v.property
to see properties of the resultset metadata object.
rows | set |
© 1994-2005 The MathWorks, Inc.