![]() |
TerraLib 4.1
|
This is the class for TeDatabase factory parameters . More...
#include <TeDatabaseFactoryParams.h>
Public Member Functions | |
| TeDatabaseFactoryParams () | |
| Default constructor. | |
| virtual | ~TeDatabaseFactoryParams () |
| Default Destructor. | |
| bool | operator== (const TeDatabaseFactoryParams &external) const |
| operator== implementation. | |
| const TeDatabaseFactoryParams & | operator= (const TeDatabaseFactoryParams &external) |
| operator= implementation. | |
| std::string | decName () const |
| This is for TeFactory compatibility. | |
Public Attributes | |
| std::string | dbms_name_ |
| DBMS name (like PostgreSQL, PostGIS, MySQL and others). | |
| std::string | host_ |
| Host name. | |
| std::string | user_ |
| User name in order to stabilish a connection. | |
| std::string | password_ |
| User password. | |
| std::string | database_ |
| Database name. | |
| int | port_ |
| Port number for network connection. | |
This is the class for TeDatabase factory parameters .
| TeDatabaseFactoryParams::TeDatabaseFactoryParams | ( | ) |
Default constructor.
| TeDatabaseFactoryParams::~TeDatabaseFactoryParams | ( | ) | [virtual] |
Default Destructor.
| std::string TeDatabaseFactoryParams::decName | ( | ) | const |
| const TeDatabaseFactoryParams & TeDatabaseFactoryParams::operator= | ( | const TeDatabaseFactoryParams & | external | ) |
operator= implementation.
| external | External reference. |
| bool TeDatabaseFactoryParams::operator== | ( | const TeDatabaseFactoryParams & | external | ) | const |
operator== implementation.
| external | External reference. |
Database name.
DBMS name (like PostgreSQL, PostGIS, MySQL and others).
Host name.
User password.
Port number for network connection.
User name in order to stabilish a connection.