Class EmptyQueryResponse

java.lang.Object
io.r2dbc.postgresql.message.backend.EmptyQueryResponse
All Implemented Interfaces:
BackendMessage

public final class EmptyQueryResponse extends Object implements BackendMessage
The EmptyQueryResponse message.
  • Field Details

    • INSTANCE

      public static final EmptyQueryResponse INSTANCE
      A static singleton instance that should always be used.
  • Method Details