DatabaseExpression (namespace)
Namespace Cake\Database\Expression
Class summary
-
QueryExpression
Represents a SQL Query expression. Internally it stores a tree of expressions that can be compiled by converting this object to string and will contain a correctly parenthesized and nested expression.