Loading includes/database/select.inc +14 −0 Original line number Diff line number Diff line Loading @@ -944,6 +944,20 @@ class SelectQuery extends Query implements SelectQueryInterface { */ protected $range; /** * The query metadata for alter purposes. * * @var array */ protected $alterMetaData; /** * The query tags. * * @var array */ protected $alterTags; /** * An array whose elements specify a query to UNION, and the UNION type. The * 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', Loading Loading
includes/database/select.inc +14 −0 Original line number Diff line number Diff line Loading @@ -944,6 +944,20 @@ class SelectQuery extends Query implements SelectQueryInterface { */ protected $range; /** * The query metadata for alter purposes. * * @var array */ protected $alterMetaData; /** * The query tags. * * @var array */ protected $alterTags; /** * An array whose elements specify a query to UNION, and the UNION type. The * 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', Loading