ParamDescription

A struct representing a prepared statement parameter description packet

These packets, one for each parameter are sent in response to the prepare command, followed by an EOF packet.

Sadly it seems that this facility is only a stub. The correct number of packets is sent, but they contain no useful information and are all the same.

Constructors

this
this(ubyte[] packet)
Undocumented in source.

Members

Properties

flags
ushort flags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
bool notNull [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scale
ubyte scale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
ushort type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
unsigned
bool unsigned [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta