Function servers::mysql::handler::prepared_params

source ยท
fn prepared_params(
    param_types: &HashMap<String, Option<ConcreteDataType>>,
) -> Result<Vec<Column>>
Expand description

Parameters that the client must provide when executing the prepared statement.