User`s guide

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