Constant DB_STATEMENT

pub const DB_STATEMENT: &'static str;
Expand description

The database statement being executed.

§Notes

§Examples

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