DB_STATEMENT

Constant DB_STATEMENT 

Source
pub const DB_STATEMENT: &'static str;
👎Deprecated: {note: Replaced by db.query.text., reason: renamed, renamed_to: db.query.text}
Expand description

The database statement being executed.

§Notes

§Examples

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