JDBC 4.0 and 4.1 features

JDBC 4.0 adds some functionality to the core API. This section documents the features supported by Derby.

All these JDBC 4.0 features are also supported by JDBC 4.1. See JDBC 4.1-only features for information about features supported only by JDBC 4.1.

Note: These features are present only in a JDK 6 or higher environment.

These features are:

Related reference
java.sql.Driver interface
java.sql.DriverManager.getConnection method
java.sql.Connection interface
java.sql.DatabaseMetaData interface
java.sql.Statement interface
java.sql.CallableStatement interface
java.sql.PreparedStatement interface
java.sql.ResultSet interface
java.sql.ResultSetMetaData interface
java.sql.SQLException class
java.sql.SQLWarning class
java.sql.Savepoint interface
Mapping of java.sql.Types to SQL types
JDBC Package for Connected Device Configuration/Foundation Profile (JSR 169)
JDBC 4.1-only features
JDBC escape syntax