#include <qgssqlcomposerdialog.h>
|
virtual | ~SQLValidatorCallback ()=default |
|
virtual bool | isValid (const QString &sql, QString &errorReason, QString &warningMsg)=0 |
| method should return true if the SQL is valid. Otherwise return false and set the errorReason More...
|
|
Callback to do validation check on dialog validation.
- Note
- not available in Python bindings
Definition at line 82 of file qgssqlcomposerdialog.h.
◆ ~SQLValidatorCallback()
virtual QgsSQLComposerDialog::SQLValidatorCallback::~SQLValidatorCallback |
( |
| ) |
|
|
virtualdefault |
◆ isValid()
virtual bool QgsSQLComposerDialog::SQLValidatorCallback::isValid |
( |
const QString & |
sql, |
|
|
QString & |
errorReason, |
|
|
QString & |
warningMsg |
|
) |
| |
|
pure virtual |
method should return true
if the SQL is valid. Otherwise return false
and set the errorReason
The documentation for this class was generated from the following file: