Uses of Package
org.postgresql
-
Packages that use org.postgresql Package Description org.postgresql org.postgresql.copy org.postgresql.core org.postgresql.ds.common org.postgresql.jdbc -
Classes in org.postgresql used by org.postgresql Class Description PGEnvironment Some environment variables are intended to have same meaning as libpq describes here: https://www.postgresql.org/docs/current/libpq-envars.htmlPGNotification This interface defines the public PostgreSQL extension for Notifications.PGProperty All connection parameters that can be either set in JDBC URL, in Driver properties or in datasource setters. -
Classes in org.postgresql used by org.postgresql.copy Class Description PGConnection This interface defines the public PostgreSQL extensions to java.sql.Connection. -
Classes in org.postgresql used by org.postgresql.core Class Description PGConnection This interface defines the public PostgreSQL extensions to java.sql.Connection.PGNotification This interface defines the public PostgreSQL extension for Notifications.PGStatement This interface defines the public PostgreSQL extensions to java.sql.Statement. -
Classes in org.postgresql used by org.postgresql.ds.common Class Description PGProperty All connection parameters that can be either set in JDBC URL, in Driver properties or in datasource setters. -
Classes in org.postgresql used by org.postgresql.jdbc Class 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.