Database Toolbox |
Detect if driver is valid JDBC driver object
Syntax
Description
a = isdriver(d)
returns 1
if d
is a valid JDBC driver object, or returns 0
otherwise, where d
was created using driver
.
Examples
indicating that the database driver object d
is valid.
See Also
driver
, get
, isjdbc
, isurl
isconnection | isjdbc |
© 1994-2005 The MathWorks, Inc.