MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 603

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

Comments to this Manuals

No comments