MySQL 8.3.0
Source Code Documentation
Network_connection Struct Reference

Represents an open connection. More...

#include <network_provider.h>

Public Member Functions

 Network_connection (int parameter_fd)
 
 Network_connection (int parameter_fd, SSL *parameter_ssl_fd)
 
 Network_connection (int parameter_fd, SSL *parameter_ssl_fd, bool parameter_has_error)
 

Public Attributes

int fd
 
SSL * ssl_fd
 
bool has_error
 

Detailed Description

Represents an open connection.

Constructor & Destructor Documentation

◆ Network_connection() [1/3]

Network_connection::Network_connection ( int  parameter_fd)
inline

◆ Network_connection() [2/3]

Network_connection::Network_connection ( int  parameter_fd,
SSL *  parameter_ssl_fd 
)
inline

◆ Network_connection() [3/3]

Network_connection::Network_connection ( int  parameter_fd,
SSL *  parameter_ssl_fd,
bool  parameter_has_error 
)
inline

Member Data Documentation

◆ fd

int Network_connection::fd

◆ has_error

bool Network_connection::has_error

◆ ssl_fd

SSL* Network_connection::ssl_fd

The documentation for this struct was generated from the following file: