Class PgBackendProtocol

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler, ODBCClientRemote

    public class PgBackendProtocol
    extends io.netty.channel.ChannelOutboundHandlerAdapter
    implements ODBCClientRemote
    Represents the messages going from Server --> PG ODBC Client Some parts of this code is taken from H2's implementation of ODBC