JDBC 3.0-only features JDBC 3.0Derby's support for

JDBC 3.0 adds some functionality to the core API. This section documents the features supported by . These features are present only in a Java 2 version 1.4 or higher environment.

These features are:

  • New DatabaseMetaData methods. See .
  • Retrieval of parameter metadata. See and .
  • Retrieval of auto-generated keys. See and .
  • Savepoints. See .
  • HOLD Cursors. See .

The complete list: