Class: QgsSQLStatementFragment

class qgis.core.QgsSQLStatementFragment

Bases: QgsSQLStatement

Class for parsing fragments of SQL statements, such as an expression or where clause.

New in version 3.16.

QgsSQLStatementFragment(fragment: str) Constructor for QgsSQLStatementFragment of the specified fragment.

QgsSQLStatementFragment(QgsSQLStatementFragment)