JDBC
From PostgreSQL wiki
JDBC is a core API of Java 1.1 and later. It provides a standard set of interfaces to SQL-compliant databases.
PostgreSQL provides a type 4 JDBC driver. Type 4 indicates that the driver is written in Pure Java, and communicates in the database system's own network protocol. Because of this, the driver is platform independent; once compiled, the driver can be used on any system.
Contents |
User documentation
Development projects
8.4
- Binary Transfer mode (Mikko, Kris, Jesper)
- Performance testing (Jignesh)
- Eliminate findbugs warnings (Jesper)
8.5
- Port "pgbench" to JDBC (Jesper)
- Optimize internal datastructures (Jesper)
- Performance testing (Jignesh)
- Identify and document missing areas (Jesper)
People
- Kris is Kris Jurka (books (at) ejurka (dot) com)
- Jesper is Jesper Pedersen (jesper (dot) pedersen (at) jboss (dot) org)
- Jignesh is Jignesh K. Shah (j (dot) k (dot) shah (at) sun (dot) com)
- Mikko is Mikko Tiihonen (mikko (dot) tiihonen (at) nitorcreations (dot) com)