Struct pleingres::Portal[][src]

pub struct Portal<'b, 'a: 'b, 'c> { /* fields omitted */ }

A portal (the result of a bind). Portals can be executed, or… executed.

Methods

impl<'a, 'b: 'a, 'c> Portal<'a, 'b, 'c>
[src]

Execute a given portal, returning at most the supplied number of rows, or an unlimited number if max_rows == 0.

Trait Implementations

impl<'a, 'b: 'a, 'c> Drop for Portal<'a, 'b, 'c>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'b, 'a, 'c> Send for Portal<'b, 'a, 'c>

impl<'b, 'a, 'c> Sync for Portal<'b, 'a, 'c>