Features supported on all JDBC 4 releases

JDBC 4.0 added 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 and JDBC 4.2. See Features supported on JDBC 4.1 and above for information about features supported only by JDBC 4.1 and above. See JDBC 4.2-only features for information about features supported only by JDBC 4.2.

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)
Features supported on JDBC 4.1 and above
JDBC 4.2-only features
JDBC escape syntax