.isUpdatable()

Previous Next

Finds out if this column may be updated.

Returns either a boolean or a string. Returns true if the column may be updated, false if it may not be updated, and 'isNull' if it may only be updated if NULL.

Syntax

.isUpdatable()

 

Example

var updatable = $.udbMeta('EMP').cols('ADDREWS').isUpdatable();