Skip to main content

coerce_routine_value_from

Function coerce_routine_value_from 

Source
pub fn coerce_routine_value_from(
    context: &dyn RoutineValueContext,
    value: &Value,
    type_name: &str,
    source: Option<&ColumnType>,
) -> Result<Value, SQLError>