[][src]Struct ckb_rocksdb::TransactionDB

pub struct TransactionDB { /* fields omitted */ }

A transaction database.

Methods

impl TransactionDB[src]

pub fn path(&self) -> &Path[src]

impl TransactionDB[src]

pub fn snapshot(&self) -> Snapshot[src]

Trait Implementations

impl CreateCf for TransactionDB[src]

impl CreateCheckpointObject for TransactionDB[src]

impl DeleteCF<WriteOptions> for TransactionDB[src]

impl Drop for TransactionDB[src]

impl GetCF<ReadOptions> for TransactionDB[src]

impl GetColumnFamilys for TransactionDB[src]

impl Handle<rocksdb_transactiondb_t> for TransactionDB[src]

impl Iterate for TransactionDB[src]

impl IterateCF for TransactionDB[src]

impl MergeCF<WriteOptions> for TransactionDB[src]

impl Open for TransactionDB[src]

impl PutCF<WriteOptions> for TransactionDB[src]

impl Read for TransactionDB[src]

impl Send for TransactionDB[src]

impl Sync for TransactionDB[src]

impl TransactionBegin for TransactionDB[src]

type WriteOptions = WriteOptions

type TransactionOptions = TransactionOptions

impl Write for TransactionDB[src]

impl WriteOps for TransactionDB[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.