JDBC 4.2-only features

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

For information on features supported by all versions of JDBC 4, see JDBC reference. For information on features supported by both JDBC 4.1 and JDBC 4.2, see Features supported on JDBC 4.1 and above.

Note: JDBC 4.2 features are present only in a JDK 8 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.SQLXML interface
java.sql.Savepoint interface
Mapping of java.sql.Types to SQL types
Features supported on JDBC 4.1 and above
JDBC escape syntax