Executed

Type Alias Executed 

Source
pub type Executed = Allocated;
Expand description

Statement state used to represent a statement with a result set cursor. A statement is most likely to enter this state after a SELECT query.

Aliased Typeยง

pub enum Executed {}