-
Interfaces Interface Description org.postgresql.PGRefCursorResultSet As of 8.0, this interface is only present for backwards- compatibility purposes. New code should call getString() on the ResultSet that contains the refcursor to obtain the underlying cursor name.
-
Fields Field Description org.postgresql.core.QueryExecutor.QUERY_DISALLOW_BATCHING in PgJDBC 9.4 as we now auto-size batches.
-
Constructors Constructor Description org.postgresql.core.PGStream(SocketFactory, HostSpec)