Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

address_type

The type of an address identifying a MySQL server.

Synopsis

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

enum class address_type;
Values

Name

Description

host_and_port

An Internet hostname and a TCP port.

unix_path

A UNIX domain socket path.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext