QBCondition
Overview
The QBCondition
class is a wrapper for conditions used in a QBSelect
query. It supports various comparison operations such as equality, ranges, patterns, and inclusion (compare
, in
, like
, between
). These conditions help refine query results by enabling precise filtering.
The parent
property provides access to the query builder's parent table clause, which could be a query or a join clause. The root
property allows navigation to the root query builder, facilitating integration with larger query structures.
For more information about constructing and executing queries, refer to the QBSelect section of this documentation.
Properties Summarized
Get query builder parent table clause, this may be a query or a join clause.
Get query builder parent.
Properties Detailed
parent
Get query builder parent table clause, this may be a query or a join clause.
Type QBTableClause
Sample
root
Get query builder parent.
Type QBSelect
Sample
Last updated