.isGroupBy()

Previous Next

Finds out if this column is part of a GROUP BY clause.

Returns a boolean.

Syntax

.isGroupBy()

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();