PreparedStmtHeaders

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

As noted above - 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.
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

paramCount
paramCount [@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.

Meta