Trait pleingres::Request

source ·
pub trait Request {
    fn request(&mut self, buf: &mut Buffer<'_>);
}
Expand description

Types that can be converted to postgres commands.

Required Methods

Translate this request into a sequence of Postgres commands.

Implementations on Foreign Types

Implementors