The Virtuoso DBMS Driver class is an implementation of the Driver interface in the JDBC API. It can be loaded in an application by :
Class.forName("virtuoso.jdbc2.Driver")
, or statically with the -Djdbc.drivers=virtuoso.jdbc2.Driver on the java interpreter command line, or in the java properties files with an entry like before.
Hints : You can see the version of the current Virtuoso DBMS JDBC driver accessible in the CLASSPATH with the java virtuoso.jdbc2.Driver
@version 1.0 (JDBC API 2.0 implementation)
@see java.sql.Driver
@see java.sql.DriverManager
@see virtuoso.jdbc2.VirtuosoConnection