.type()

Previous Next

Gets the type of this column.

Returns a string.

Syntax

.type()

 

Example

var colType = $.udbMeta('EMP').cols('EMPLOYEE_ID').type();