Class: QgsSQLStatementFragment

class qgis.core.QgsSQLStatementFragment(fragment: str)

Bases: QgsSQLStatement

Constructor for QgsSQLStatementFragment of the specified fragment.

QgsSQLStatementFragment(QgsSQLStatementFragment)

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

New in version 3.16: