Gets the list of allowed values of a column.
Returns an array.
Syntax
.valueList()
Example
var empCountries = $.udbMeta('EMP').cols('COUNTRY').valueList();