Constant DB_STATEMENT

Source
pub const DB_STATEMENT: &str = "db.statement";
👎Deprecated: Replaced by db.query.text.
Expand description

The database statement being executed.

§Notes

§Examples

  • "SELECT * FROM wuser_table"
  • "SET mykey \"WuValue\""