Class PgConnection.TransactionCommandHandler

java.lang.Object
org.postgresql.core.ResultHandlerBase
org.postgresql.jdbc.PgConnection.TransactionCommandHandler
All Implemented Interfaces:
ResultHandler
Enclosing class:
PgConnection

private class PgConnection.TransactionCommandHandler extends ResultHandlerBase
Handler for transaction queries.
  • Constructor Details

    • TransactionCommandHandler

      private TransactionCommandHandler()
  • 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.