#include <TdkMySQLConDescriptor.h>
Inheritance diagram for TdkMySQLConDescriptor:
Public Member Functions | |
TdkMySQLConDescriptor (const std::string hostId, const std::string userName, const std::string userPasswd, const std::string databaseName) | |
Constructor. | |
virtual TdkConDescriptor * | copy () const |
Copy constructor. | |
Static Private Attributes | |
static const int | _DEFAULT_PORT_NUMBER = 3306 |
TdkMySQLConDescriptor::TdkMySQLConDescriptor | ( | const std::string | hostId, | |
const std::string | userName, | |||
const std::string | userPasswd, | |||
const std::string | databaseName | |||
) |
Constructor.
host_id | Host name. | |
user_name | User name. | |
user_passwd | User password. | |
database_name | Net service identifier. |
TdkConDescriptor * TdkMySQLConDescriptor::copy | ( | ) | const [virtual] |
const int TdkMySQLConDescriptor::_DEFAULT_PORT_NUMBER = 3306 [static, private] |