PSQL JDBC Support
JDBC is a standard API that Java programmers can use to develop database and Internet applications using Java. It consists of interfaces to develop SQL based database applications in the Java programming language. The JDBC interfaces are included as part of the Java Developer Kit.
JDBC is the counterpart of ODBC in Java and is heavily influenced by ODBC and relational databases.
Detailed information on the JDBC API is available at Oracle’s website.
JDBC Requirements
The PSQL JDBC driver works in conjunction with PSQL. You can use the Server, Vx Server, or Workgroup engines.
JDBC Features
The following is a summary of features of the PSQL JDBC driver:
JDBC 2 compliant, type 4 driver with some JDBC 3 and JDBC 4 support