Query
abstract class Query
Base class for query builders.
Note that query builders use PHP's magic __toString() method to compile the query object into a prepared statement.
Hierarchy
- class \Query implements QueryPlaceholderInterface
Expanded class hierarchy of Query