QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
This is the complete list of members for QgsSQLStatement::NodeBinaryOperator, including all inherited members.
accept(Visitor &v) const override | QgsSQLStatement::NodeBinaryOperator | inlinevirtual |
clone() const override | QgsSQLStatement::NodeBinaryOperator | virtual |
dump() const override | QgsSQLStatement::NodeBinaryOperator | virtual |
leftAssociative() const | QgsSQLStatement::NodeBinaryOperator | |
mOp | QgsSQLStatement::NodeBinaryOperator | protected |
mOpLeft | QgsSQLStatement::NodeBinaryOperator | protected |
mOpRight | QgsSQLStatement::NodeBinaryOperator | protected |
NodeBinaryOperator(BinaryOperator op, Node *opLeft, Node *opRight) | QgsSQLStatement::NodeBinaryOperator | inline |
nodeType() const override | QgsSQLStatement::NodeBinaryOperator | inlinevirtual |
op() const | QgsSQLStatement::NodeBinaryOperator | inline |
opLeft() const | QgsSQLStatement::NodeBinaryOperator | inline |
opRight() const | QgsSQLStatement::NodeBinaryOperator | inline |
precedence() const | QgsSQLStatement::NodeBinaryOperator | |
~Node() | QgsSQLStatement::Node | inlinevirtual |
~NodeBinaryOperator() | QgsSQLStatement::NodeBinaryOperator | inline |