MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 630

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 629
7 Functions — Alphabetical List
7-200
rsmd
Construct resultset metadata object
Syntax
rsmeta = rsmd(rset)
Description
rsmeta = rsmd(rset) creates a resultset metadata object rsmeta, for the resultset
object rset. Get properties of rsmeta using get or make calls to rsmeta using
applications that are based on Oracle Java.
Examples
Create a resultset metadata object rsmeta.
rsmeta=rsmd(rset)
rsmeta =
Handle: [1x1 sun.jdbc.odbc.JdbcOdbcResultSetMetaData]
Use v = get(rsmeta) and v.property to view properties of the resultset metadata
object.
See Also
exec | get | resultset
Page view 629
1 2 ... 625 626 627 628 629 630 631 632 633 634 635 ... 683 684

Comments to this Manuals

No comments