Struct mysql_async::Stmt [] [src]

pub struct Stmt { /* fields omitted */ }

Prepared MySql statement.

Methods

impl Stmt
[src]

Returns future that executes statement and resolves to BinQueryResult.

Returns future that performs batch execution of statement and resolves to Stmt.

All results will be dropped.

Returns future that executes statement and resolves to a first row of result if any.

Returned future will call R::from_row(row) internally.

Unwraps Conn.

Trait Implementations

impl Debug for Stmt
[src]

Formats the value using the given formatter.