PreparedStmtHeaders

A struct representing the collation of a prepared statement parameter description sequence.

As noted in ParamDescription description, parameter descriptions are not fully implemented by MySQL.

Constructors

this
this(Connection con, ushort cols, ushort params)
Undocumented in source.

Members

Functions

col
FieldDescription col(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
getEOFPacket
bool getEOFPacket()
Undocumented in source. Be warned that the author may not have intended to support it.
param
ParamDescription param(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
showCols
void showCols()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fieldDescriptions
FieldDescription[] fieldDescriptions [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
paramCount
paramCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
paramDescriptions
ParamDescription[] paramDescriptions [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
warnings
ushort warnings [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_colCount
ushort _colCount;
Undocumented in source.
_colDescriptions
FieldDescription[] _colDescriptions;
Undocumented in source.
_con
Connection _con;
_paramCount
ushort _paramCount;
Undocumented in source.
_paramDescriptions
ParamDescription[] _paramDescriptions;
Undocumented in source.
_warnings
ushort _warnings;
Undocumented in source.

Meta