#include <TdkSqlServerConDescriptor.h>
Inheritance diagram for TdkSqlServerConDescriptor:

Public Member Functions | |
| TdkSqlServerConDescriptor (const std::string hostId, const int portNumber, 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 = 1433 |
| TdkSqlServerConDescriptor::TdkSqlServerConDescriptor | ( | const std::string | hostId, | |
| const int | portNumber, | |||
| const std::string | userName, | |||
| const std::string | userPasswd, | |||
| const std::string | databaseName | |||
| ) |
Constructor.
| host_id | Host name. | |
| portNumver | Port number. | |
| user_name | User name. | |
| user_passwd | User password. | |
| database_name | Database name. | |
| postgis | Indicates whether the PostGIS Extension should be used. |
| TdkConDescriptor * TdkSqlServerConDescriptor::copy | ( | ) | const [virtual] |
const int TdkSqlServerConDescriptor::_DEFAULT_PORT_NUMBER = 1433 [static, private] |
1.5.2