Trait pleingres::Request [] [src]

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

Types that can be converted to postgres commands.

Required Methods

Translate this request into a sequence of Postgres commands.

Implementors