DatabaseQuerySelect class
A wrapper for SELECT SQL queries.
The intention behind these classes is to have a query that can safely be passed between methods and objects that add to it without knowledge of what other methods/objects have done to it. It also means being able to build a complex query without worrying about correct syntax placement.
This file is licensed under the MIT license
Below are Properties populated by Database Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the In addition to the methods and properties above, DatabaseDatabase
class also inherits all the methods and properties of: DatabaseQuery, WireData and Wire.Common
Properties
Name Return Summary Default Database string
Comments for query Database Field
Field object that is referenced by this query. Database string
Selector group (for OR-groups) if applicable. Database Database
Parent query object, if applicable. Database Selector
Selector object referenced by this query. Database Selectors
Original selectors (all) that $selector is part of. Additional methods and properties
API reference based on ProcessWire core version 3.0.251