Package org.postgresql.jdbc
Class PgStatement.DiscardResultHandler
java.lang.Object
org.postgresql.core.ResultHandlerBase
org.postgresql.jdbc.PgStatement.DiscardResultHandler
- All Implemented Interfaces:
ResultHandler
- Enclosing class:
PgStatement
ResultHandler that discards all results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleWarning(SQLWarning warning) Called when a warning is emitted.Methods inherited from class org.postgresql.core.ResultHandlerBase
getException, handleCommandStatus, handleCompletion, handleError, handleResultRows, secureProgress
-
Constructor Details
-
DiscardResultHandler
DiscardResultHandler()
-
-
Method Details
-
handleWarning
Description copied from interface:ResultHandlerCalled when a warning is emitted.- Parameters:
warning- the warning that occurred.
-