Skip to main content

ParameterDescription

Type Alias ParameterDescription 

Source
pub type ParameterDescription = ColumnType;
👎Deprecated:

Use ColumnType instead.

Expand description

Use ColumnType instead.

Aliased Type§

pub struct ParameterDescription {
    pub nullability: Nullability,
    pub data_type: DataType,
}

Fields§

§nullability: Nullability

Indicates whether the column or parameter may be NULL.

§data_type: DataType

The SQL data type of the column or parameter.