| Interface | Description |
|---|---|
| PGConnection |
This interface defines the public PostgreSQL extensions to java.sql.Connection.
|
| PGNotification |
This interface defines the public PostgreSQL extension for Notifications.
|
| PGRefCursorResultSet |
A ref cursor based result set.
|
| PGResultSetMetaData | |
| PGStatement |
This interface defines the public PostgreSQL extensions to java.sql.Statement.
|
| Class | Description |
|---|---|
| Driver |
The Java SQL framework allows for multiple database drivers.
|
| Enum | Description |
|---|---|
| PGEnvironment |
Some environment variables are intended to have same meaning as libpq describes here:
https://www.postgresql.org/docs/current/libpq-envars.html
|
| PGProperty |
All connection parameters that can be either set in JDBC URL, in Driver properties or in
datasource setters.
|
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.