Trait postgres_large_object::LargeObjectTransactionExt [] [src]

pub trait LargeObjectTransactionExt {
    fn open_large_object<'a>(
        &'a self,
        oid: Oid,
        mode: Mode
    ) -> Result<LargeObject<'a>>; }

An extension trait adding functionality to open large objects.

Required Methods

Opens the large object with the specified Oid in the specified Mode.

Implementations on Foreign Types

impl<'conn> LargeObjectTransactionExt for Transaction<'conn>
[src]

[src]

Implementors