Struct msql_srv::ParamValue [] [src]

pub struct ParamValue<'a> {
    pub value: Value<'a>,
    pub coltype: ColumnType,
}

A single parameter value provided by a client when issuing an EXECUTE command.

Fields

The value provided for this parameter.

The column type assigned to this parameter.

Trait Implementations

Auto Trait Implementations

impl<'a> Send for ParamValue<'a>

impl<'a> Sync for ParamValue<'a>