PreparedServerInfo

Per-connection info from the server about a registered prepared statement.

Members

Variables

headers
PreparedStmtHeaders headers;

Prepared statement headers

numParams
ushort numParams;

Number of parameters this statement takes.

psWarnings
ushort psWarnings;
Undocumented in source.
queuedForRelease
bool queuedForRelease;

Not actually from the server. Connection uses this to keep track of statements that should be treated as having been released.

statementId
uint statementId;

Server's identifier for this prepared statement. Apperently, this is never 0 if it's been registered, although mysql-native no longer relies on that.

Meta