Class QueryExecutorImpl.DiscardResultHandler

java.lang.Object
org.postgresql.core.ResultHandlerBase
org.postgresql.core.v3.QueryExecutorImpl.DiscardResultHandler
All Implemented Interfaces:
ResultHandler
Enclosing class:
QueryExecutorImpl

class QueryExecutorImpl.DiscardResultHandler extends ResultHandlerBase
  • Constructor Details

    • DiscardResultHandler

      DiscardResultHandler()
  • Method Details

    • handleWarning

      public void handleWarning(SQLWarning warning)
      Description copied from interface: ResultHandler
      Called when a warning is emitted.
      Parameters:
      warning - the warning that occurred.