Package org.postgresql.core.v3
Class QueryExecutorImpl.DiscardResultHandler
java.lang.Object
org.postgresql.core.ResultHandlerBase
org.postgresql.core.v3.QueryExecutorImpl.DiscardResultHandler
- All Implemented Interfaces:
ResultHandler
- Enclosing class:
QueryExecutorImpl
-
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.
-