castValueByColumnType abstract method

dynamic castValueByColumnType(
  1. dynamic value,
  2. PlutoColumn column
)
inherited

Cast the value according to the column type.

Implementation

dynamic castValueByColumnType(dynamic value, PlutoColumn column);