valueFromDbField

Type: function
Returns the value inside the field, as an Option[Any], where the None represents either that the column did not exist, or that the value was null.

Body

function(row,fieldName){...}

Classpath

Children