The JDBC PostgreSQL driver provides several benefits, including:
| pgJDBC Version | PostgreSQL Version | JDBC Spec | Java Required | |----------------|-------------------|-----------|---------------| | 42.7.x | 8.2 - 16+ | 4.2 | Java 8+ | | 42.5.x | 8.2 - 15 | 4.2 | Java 8+ | | 42.2.x | 8.2 - 14 | 4.2 | Java 8+ | jdbc postgresql driver
import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; jdbc postgresql driver
connection.setTransactionIsolation(Connection.TRANSACTION_SERIALIZABLE); // True serializable with SSI (Serializable Snapshot Isolation) jdbc postgresql driver