Interface and 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.
|
Field and Description |
---|
org.postgresql.core.QueryExecutor.QUERY_DISALLOW_BATCHING
in PgJDBC 9.4 as we now auto-size batches.
|
Constructor and Description |
---|
org.postgresql.core.PGStream(SocketFactory, HostSpec) |
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.