Trait pleingres::Request[][src]

pub trait Request {
    fn request(&mut self, buf: &mut Buffer);
}

Types that can be converted to postgres commands.

Required Methods

Translate this request into a sequence of Postgres commands.

Implementations on Foreign Types

impl Request for String
[src]

Implementors