pub const DB_STATEMENT: &'static str;
๐Ÿ‘ŽDeprecated
Expand description

The database statement being executed.

ยงExamples

  • SELECT * FROM wuser_table
  • SET mykey "WuValue"