RowDescription

Members

Functions

opIndex
auto opIndex()

Slice operator, wich returns ForwardRange of FieldDescriptions.

Properties

fieldCount
short fieldCount [@property getter]

number of fields (columns) in a row

isSet
bool isSet [@property getter]

true when row description of this row block was received

Variables

m_buf
immutable(ubyte)[] m_buf;

buffer owned by Message

Meta