Struct ParamDescription

A struct representing a prepared statement parameter description packet.

struct ParamDescription ;

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.