ProtocolPrepared

Low-level comms code relating to prepared statements.

Members

Static functions

analyseParams
ubyte[] analyseParams(Variant[] inParams, ParameterSpecialization[] psa, ubyte[] vals, bool longData)
Undocumented in source. Be warned that the author may not have intended to support it.
makeBitmap
ubyte[] makeBitmap(Variant[] inParams)
Undocumented in source. Be warned that the author may not have intended to support it.
makePSPrefix
ubyte[] makePSPrefix(uint hStmt, ubyte flags)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCommand
void sendCommand(Connection conn, uint hStmt, PreparedStmtHeaders psh, Variant[] inParams, ParameterSpecialization[] psa)
Undocumented in source. Be warned that the author may not have intended to support it.
sendLongData
void sendLongData(MySQLSocket socket, uint hStmt, ParameterSpecialization[] psa)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta