method isAggregateFunction documentation in bbn\Db\Languages\Sql
Returns true if the column name is an aggregate function
function(string $f)
{
foreach (self::$aggr_functions as $a) {
if (preg_match('/' . $a . '\\s*\\(/i', $f)) {
return true;
}
}
return false;
}
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.
© 2011-2023
BBN Solutions