| Contents | Index |
dbmeta = dmd(conn)
dbmeta = dmd(conn) constructs a database metadata object for the database connection conn. Use get and supports to obtain properties of dbmeta. Use dmd and get(dbmeta) to obtain information you need about a database, such as table names required to retrieve data.
For a list of functions that operate on database metadata objects, enter:
help dmd/Contents
Create a database metadata object dbmeta for the database connection conn and list its properties:
dbmeta = dmd(conn); v = get(dbmeta)
columns | database | get | supports | tables

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |