Notes for Using Java JDBC Driver

This section contains useful information regarding the JDBC Driver including:

  • Connection properties

  • NuoDB’s own DataSource class

  • Isolation Levels

  • Managing Timeouts

  • Logging and exception handling

  • Working with ResultSets

For information on the JDBC API itself, refer to Java JDBC Driver API Reference.

Missing JAR Exception

When the JDBC jar file is missing from the classpath, you get the exception:

Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:com.nuodb://host/dbname.