Database Toolbox | ![]() ![]() |
Detect if driver is a 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 | ![]() |