JDBC 4.1-only features

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

For information on features supported by both JDBC 4.0 and JDBC 4.1, see JDBC 4.0 and 4.1 features.

Note: JDBC 4.1 features are present only in a JDK 7 or higher environment.
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.0 and 4.1 features
JDBC escape syntax