Constant DB_QUERY_PARAMETER

Source
pub const DB_QUERY_PARAMETER: &str = "db.query.parameter";
👎Deprecated: Replaced by db.operation.parameter.
Expand description

A query parameter used in db.query.text, with <key> being the parameter name, and the attribute value being a string representation of the parameter value.

§Notes

§Examples

  • "someval"
  • "55"