Struct mysql_async::Stmt[][src]

pub struct Stmt<T> { /* fields omitted */ }

Prepared statement

Methods

impl<T> Stmt<T> where
    T: ConnectionLike + Sized + 'static, 
[src]

See Queriable::execute

See Queriable::first

See Queriable::batch

This will close statement (it it's not in the cache) and resolve to a wrapped queryable.

Auto Trait Implementations

impl<T> Send for Stmt<T> where
    T: Send

impl<T> Sync for Stmt<T> where
    T: Sync