Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

address_type

(EXPERIMENTAL) The type of an address identifying a MySQL server.

Synopsis

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

enum address_type
Values

Name

Description

host_and_port

An Internet hostname and a TCP port.

unix_path

A UNIX domain socket path.


PrevUpHomeNext