| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Callback to do validation check on dialog validation. More...
#include <qgssqlcomposerdialog.h>
Public Member Functions | |
| 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   | |
Callback to do validation check on dialog validation.
Definition at line 70 of file qgssqlcomposerdialog.h.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
method should return true if the SQL is valid. Otherwise return false and set the errorReason