SqlOutputWidget Class Reference
#include <sqloutputwidget.h>
Inheritance diagram for SqlOutputWidget:


Public Member Functions | |
SqlOutputWidget (QWidget *parent=0, const char *name=0) | |
virtual | ~SqlOutputWidget () |
void | showQuery (const QString &connectionName, const QString &query) |
void | showError (const QSqlError &error) |
Private Member Functions | |
void | showError (const QString &msg) |
void | showSuccess (int rowsAffected) |
Private Attributes | |
QWidgetStack * | m_stack |
QDataTable * | m_table |
QTextEdit * | m_textEdit |
Constructor & Destructor Documentation
|
Definition at line 57 of file sqloutputwidget.cpp. References m_stack, m_table, and m_textEdit. |
|
Definition at line 74 of file sqloutputwidget.cpp. |
Member Function Documentation
|
Definition at line 108 of file sqloutputwidget.cpp. References m_stack, m_textEdit, and message(). |
|
Definition at line 115 of file sqloutputwidget.cpp. References escape(), m_stack, m_textEdit, and message(). Referenced by showQuery(). |
|
Definition at line 77 of file sqloutputwidget.cpp. References m_stack, m_table, showError(), and showSuccess(). Referenced by SQLSupportPart::slotRun(). |
|
Definition at line 101 of file sqloutputwidget.cpp. References m_stack, and m_textEdit. Referenced by showQuery(). |
Member Data Documentation
|
Definition at line 38 of file sqloutputwidget.h. Referenced by showError(), showQuery(), showSuccess(), and SqlOutputWidget(). |
|
Definition at line 39 of file sqloutputwidget.h. Referenced by showQuery(), and SqlOutputWidget(). |
|
Definition at line 40 of file sqloutputwidget.h. Referenced by showError(), showSuccess(), and SqlOutputWidget(). |
The documentation for this class was generated from the following files:
- languages/sql/sqloutputwidget.h
- languages/sql/sqloutputwidget.cpp