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

Constructor and Destructor Methods | |
| Methods related to instantiation and destruction. | |
| TdkDatabaseDlg () | |
| Constructor. | |
| virtual | ~TdkDatabaseDlg () |
| Virtual destructor. | |
| static TdkDatabaseDlg * | DefaultObject () |
| Method used by Abstract Factory. Returns a default object. | |
Public Member Functions | |
Specific Database Dialog Methods | |
Methods related to connection/creation database dialog. | |
| virtual bool | isConnectionOperation ()=0 |
| Method used by sinalize connect database operation. | |
| virtual std::string | getFullDatabaseName ()=0 |
| Retrieves a full database name. In Access driver, for example, is necessary open full path file name. | |
/**
| TdkDatabaseDlg::TdkDatabaseDlg | ( | ) | [inline] |
Constructor.
| TdkDatabaseDlg::~TdkDatabaseDlg | ( | ) | [inline, virtual] |
Virtual destructor.
| static TdkDatabaseDlg* TdkDatabaseDlg::DefaultObject | ( | ) | [inline, static] |
| virtual bool TdkDatabaseDlg::isConnectionOperation | ( | ) | [pure virtual] |
Method used by sinalize connect database operation.
| virtual std::string TdkDatabaseDlg::getFullDatabaseName | ( | ) | [pure virtual] |
Retrieves a full database name. In Access driver, for example, is necessary open full path file name.
1.5.2