.isGroupBy() |
Finds out if this column is part of a GROUP BY clause. Returns a boolean. Syntax
This function returns true if the column is part of a GROUP BY clause, false otherwise.
Example var isGroupBy = $.udbMeta('EMP').cols('DEPT_ID').isGroupBy(); |