mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
Added since to new API methods
This commit is contained in:
parent
7744ee3f41
commit
ce5405f136
@ -262,6 +262,8 @@ Returns the URI string for the given ``table`` and ``schema``.
|
|||||||
Raises a QgsProviderConnectionException if any errors are encountered.
|
Raises a QgsProviderConnectionException if any errors are encountered.
|
||||||
|
|
||||||
:raises :: py:class:`QgsProviderConnectionException`
|
:raises :: py:class:`QgsProviderConnectionException`
|
||||||
|
|
||||||
|
.. versionadded:: 3.12
|
||||||
%End
|
%End
|
||||||
|
|
||||||
virtual void createVectorTable( const QString &schema, const QString &name, const QgsFields &fields, QgsWkbTypes::Type wkbType, const QgsCoordinateReferenceSystem &srs, bool overwrite, const QMap<QString, QVariant> *options ) const throw( QgsProviderConnectionException );
|
virtual void createVectorTable( const QString &schema, const QString &name, const QgsFields &fields, QgsWkbTypes::Type wkbType, const QgsCoordinateReferenceSystem &srs, bool overwrite, const QMap<QString, QVariant> *options ) const throw( QgsProviderConnectionException );
|
||||||
@ -389,6 +391,8 @@ Raises a QgsProviderConnectionException if any errors are encountered or if the
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Not available in Python bindings
|
Not available in Python bindings
|
||||||
|
|
||||||
|
.. versionadded:: 3.12
|
||||||
%End
|
%End
|
||||||
|
|
||||||
QList<QgsAbstractDatabaseProviderConnection::TableProperty> tablesInt( const QString &schema = QString(), const int flags = 0 ) const throw( QgsProviderConnectionException ) /PyName=tables/;
|
QList<QgsAbstractDatabaseProviderConnection::TableProperty> tablesInt( const QString &schema = QString(), const int flags = 0 ) const throw( QgsProviderConnectionException ) /PyName=tables/;
|
||||||
|
|||||||
@ -321,6 +321,7 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv
|
|||||||
* Returns the URI string for the given \a table and \a schema.
|
* Returns the URI string for the given \a table and \a schema.
|
||||||
* Raises a QgsProviderConnectionException if any errors are encountered.
|
* Raises a QgsProviderConnectionException if any errors are encountered.
|
||||||
* \throws QgsProviderConnectionException
|
* \throws QgsProviderConnectionException
|
||||||
|
* \since QGIS 3.12
|
||||||
*/
|
*/
|
||||||
virtual QString tableUri( const QString &schema, const QString &name ) const SIP_THROW( QgsProviderConnectionException );
|
virtual QString tableUri( const QString &schema, const QString &name ) const SIP_THROW( QgsProviderConnectionException );
|
||||||
|
|
||||||
@ -423,6 +424,7 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv
|
|||||||
* Raises a QgsProviderConnectionException if any errors are encountered or if the table does not exist.
|
* Raises a QgsProviderConnectionException if any errors are encountered or if the table does not exist.
|
||||||
* \throws QgsProviderConnectionException
|
* \throws QgsProviderConnectionException
|
||||||
* \note Not available in Python bindings
|
* \note Not available in Python bindings
|
||||||
|
* \since QGIS 3.12
|
||||||
*/
|
*/
|
||||||
virtual QgsAbstractDatabaseProviderConnection::TableProperty table( const QString &schema, const QString &table ) const;
|
virtual QgsAbstractDatabaseProviderConnection::TableProperty table( const QString &schema, const QString &table ) const;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user