pub const DB_STATEMENT: Key;
Expand description

The database statement being executed.

Examples

  • SELECT * FROM wuser_table
  • SET mykey "WuValue"