TrinityCore
MySQLConnectionInfo Struct Reference

#include <MySQLConnection.h>

Public Member Functions

 MySQLConnectionInfo (std::string const &infoString)
 

Public Attributes

std::string user
 
std::string password
 
std::string database
 
std::string host
 
std::string port_or_socket
 
std::string ssl
 

Detailed Description

Definition at line 38 of file MySQLConnection.h.

Constructor & Destructor Documentation

◆ MySQLConnectionInfo()

MySQLConnectionInfo::MySQLConnectionInfo ( std::string const &  infoString)
explicit

Definition at line 33 of file MySQLConnection.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ database

std::string MySQLConnectionInfo::database

Definition at line 44 of file MySQLConnection.h.

◆ host

std::string MySQLConnectionInfo::host

Definition at line 45 of file MySQLConnection.h.

◆ password

std::string MySQLConnectionInfo::password

Definition at line 43 of file MySQLConnection.h.

◆ port_or_socket

std::string MySQLConnectionInfo::port_or_socket

Definition at line 46 of file MySQLConnection.h.

◆ ssl

std::string MySQLConnectionInfo::ssl

Definition at line 47 of file MySQLConnection.h.

◆ user

std::string MySQLConnectionInfo::user

Definition at line 42 of file MySQLConnection.h.


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