fromDbRow

Type: function
Returns a native JS representation of the dbRow as a dictionary with a key for each column, and the appropriate JS data type to represent that column's value.

Body

function(code.model.flows.processors.db.DbRow){...}

Classpath

Children