mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Update doc
This commit is contained in:
parent
640f78e5df
commit
51d156d349
@ -92,8 +92,7 @@ class QgsTransaction : QObject /Abstract/
|
||||
|
||||
virtual bool executeSql( const QString &sql, QString &error /Out/, bool isDirty = false ) = 0;
|
||||
%Docstring
|
||||
Execute the ``sql`` string. The result must not be a tuple, so running a
|
||||
``SELECT`` query will return an error.
|
||||
Execute the ``sql`` string.
|
||||
|
||||
\param sql The sql query to execute
|
||||
\param error The error message
|
||||
|
@ -103,8 +103,7 @@ class CORE_EXPORT QgsTransaction : public QObject SIP_ABSTRACT
|
||||
bool rollback( QString &errorMsg SIP_OUT );
|
||||
|
||||
/**
|
||||
* Execute the \a sql string. The result must not be a tuple, so running a
|
||||
* ``SELECT`` query will return an error.
|
||||
* Execute the \a sql string.
|
||||
*
|
||||
* \param sql The sql query to execute
|
||||
* \param error The error message
|
||||
|
Loading…
x
Reference in New Issue
Block a user