Uses of Class
org.postgresql.jdbc.ResultWrapper
Packages that use ResultWrapper
-
Uses of ResultWrapper in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResultWrapperModifier and TypeFieldDescriptionprotected ResultWrapper
PgStatement.firstUnclosedResult
The first unclosed result.protected ResultWrapper
PgStatement.generatedKeys
Results returned by a statement that wants generated keys.protected ResultWrapper
PgStatement.result
The current results.Methods in org.postgresql.jdbc that return ResultWrapperModifier and TypeMethodDescriptionResultWrapper.append
(ResultWrapper newResult) Append a result to its internal chain of results.ResultWrapper.getNext()
Methods in org.postgresql.jdbc with parameters of type ResultWrapperModifier and TypeMethodDescriptionResultWrapper.append
(ResultWrapper newResult) Append a result to its internal chain of results.