@DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=FIELD) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=PARAMETER) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=RETURN)
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 | Deprecated
As of 8.0, this interface is only present for backwards- compatibility purposes.
|
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 |
---|---|
PGProperty |
All connection parameters that can be either set in JDBC URL, in Driver properties or in
datasource setters.
|
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.