Package

roc.postgresql

transport

Permalink

package transport

Visibility
  1. Public
  2. All

Type Members

  1. final class Buf extends AnyRef

    Permalink

    A Buffer for reading and writing primatives to an Array

    A Buffer for reading and writing primatives to an Array

    Note

    unlike the existing Buffer, this is both read and write compatible

  2. sealed trait Buffer extends AnyRef

    Permalink
  3. trait BufferReader extends Buffer

    Permalink
  4. trait BufferWriter extends Buffer

    Permalink

    Provides convenient methods for writing the data in a postgresql packet body.

    Provides convenient methods for writing the data in a postgresql packet body. All data is encoded in big endian byte order in accordance with the mysql protocol. Operations are side-effecting, that is, all operations increase the offset into the underlying buffer.

Value Members

  1. object Buf

    Permalink

    A Buf based on a Netty-4 ByteBuffer

    A Buf based on a Netty-4 ByteBuffer

    Note

    As of this moment we are using Unpooled Buffers, but this may change in the near future.

  2. object Buffer

    Permalink
  3. object BufferReader

    Permalink

Ungrouped