Struct PreparedStmtHeaders

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

struct PreparedStmtHeaders ;

As noted above - parameter descriptions are not fully implemented by MySQL.

Constructors

NameDescription
this

Properties

NameTypeDescription
fieldDescriptions[get] FieldDescription[]
paramCount[get] const(ushort)
paramDescriptions[get] ParamDescription[]
warnings[get] ushort

Methods

NameDescription
col
param
showCols