QBPart
Overview
The QBPart
class serves as a generic SQL component within the QBSelect
framework. It provides foundational support for query construction by linking to parent and root query elements.
By referencing the parent table clause or root query, QBPart
integrates into larger query structures, supporting complex scenarios in SQL execution.
For further details on query construction and execution, refer to the QBSelect documentation.
Properties Summarized
Type
Name
Summary
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