Struct sqlite3::core::ResultSet [] [src]

pub struct ResultSet<'res> { /* fields omitted */ }

Results of executing a prepare()d statement.

Methods

impl<'res: 'row, 'row> ResultSet<'res>
[src]

Execute the next step of a prepared statement.

Trait Implementations

impl<'res> Drop for ResultSet<'res>
[src]

A method called when the value goes out of scope. Read more