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.
|