Uses of Class
org.postgresql.jdbc.ResultWrapper
-
Packages that use ResultWrapper Package Description org.postgresql.jdbc -
-
Uses of ResultWrapper in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResultWrapper Modifier and Type Field Description protected ResultWrapperPgStatement. firstUnclosedResultThe first unclosed result.protected ResultWrapperPgStatement. generatedKeysResults returned by a statement that wants generated keys.protected ResultWrapperPgStatement. resultThe current results.Methods in org.postgresql.jdbc that return ResultWrapper Modifier and Type Method Description ResultWrapperResultWrapper. append(ResultWrapper newResult)Append a result to its internal chain of results.ResultWrapperResultWrapper. getNext()Methods in org.postgresql.jdbc with parameters of type ResultWrapper Modifier and Type Method Description ResultWrapperResultWrapper. append(ResultWrapper newResult)Append a result to its internal chain of results.
-