public interface PGRefCursorResultSet
ResultSet.getString(int) to obtain the underlying cursor name.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRefCursor()
Deprecated.
As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet
was obtained from.
|
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.