Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
connection::handshake

Performs the MySQL-level handshake.

void
handshake(
    const handshake_params& params,
    error_code& ec,
    diagnostics& diag);
  » more...

void
handshake(
    const handshake_params& params);
  » more...

PrevUpHomeNext