Struct mysql_async::Stmt [] [src]

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

Prepared statement

Methods

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

[src]

See Queriable::execute

[src]

See Queriable::first

[src]

See Queriable::batch

[src]

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

Trait Implementations

Auto Trait Implementations

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

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