Struct tokio_postgres::stmt::Statement [] [src]

pub struct Statement { /* fields omitted */ }

A prepared statement.

Methods

impl Statement
[src]

Returns the types of query parameters for this statement.

Returns information about the resulting columns for this statement.

Trait Implementations

impl Drop for Statement
[src]

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