method isAggregateFunction documentation in bbn\Db

Returns true if the column name is an aggregate function

Example

X::adump($ctrl->db->isAggregateFunction("name")); // false X::adump($ctrl->db->isAggregateFunction("ID")); // true function(string $f) { $cls = '\\bbn\\Db\\languages\\'.$this->engine; return $cls::isAggregateFunction($f); }

Returns true if the column name is an aggregate function BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.