MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 602

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 601
7 Functions — Alphabetical List
7-172
isdriver
Detect whether driver is valid JDBC driver object
Syntax
a = isdriver(d)
Description
a = isdriver(d) returns 1 if d is a valid JDBC driver object. It returns 0 otherwise.
Examples
Check if d is a valid JDBC driver object.
a = isdriver(d)
a =
1
See Also
driver | isurl | get | isjdbc
Page view 601
1 2 ... 597 598 599 600 601 602 603 604 605 606 607 ... 683 684

Comments to this Manuals

No comments