#include <queryeditordialog.h>

Public Member Functions | |
| QueryEditorDialog (QWidget *parent=0) | |
| Creates the query editor. | |
| ~QueryEditorDialog () | |
| QString | statement () |
| generates a valid SQL statement using the values in the dialog | |
| QueryEditorDialog::QueryEditorDialog | ( | QWidget * | parent = 0 |
) |
Creates the query editor.
| parent | The parent widget for the dialog. |
References Database::getObjects().
| QueryEditorDialog::~QueryEditorDialog | ( | ) |
| QString QueryEditorDialog::statement | ( | ) |
generates a valid SQL statement using the values in the dialog
References TermEditor::selectedField(), TermEditor::selectedRelation(), and TermEditor::selectedValue().
1.5.5