DataModel.updateColumn

Updates a column in the given data model. This results in the underlying database row's values being changed.

class DataModel
int
updateColumn

Parameters

col int

the column to be updated.

attrs FieldAttributes

attributes for the column.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta