Struct tiberius::stmt::Statement [] [src]

pub struct Statement { /* fields omitted */ }

A prepared statement which is prepared on the first execution (which is a technical requirement since you need to know the types)

Methods

impl Statement
[src]

[src]

Trait Implementations

impl Clone for Statement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> From<&'a Statement> for Statement
[src]

[src]

Performs the conversion.

impl<S> From<S> for Statement where
    S: Into<Cow<'static, str>>, 
[src]

[src]

Performs the conversion.