Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

tcp_connection

(Legacy) A connection to MySQL over a TCP socket.

Synopsis

Defined in header <boost/mysql/tcp.hpp>

using tcp_connection = connection< boost::asio::ip::tcp::socket >;
Legacy

New code should use any_connection instead of connection and its helper typedefs, as it's simpler to use and provides the same level of performance.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext