class RocksDB::Database::Snapshot

Defined in:

rocksdb/db.cr

Constructors

Instance Method Summary

Instance methods inherited from class RocksDB::BaseSnapshot

to_unsafe : Pointer(LibRocksDB::Snapshot) to_unsafe

Constructor methods inherited from class RocksDB::BaseSnapshot

new(value : Pointer(LibRocksDB::Snapshot)) new

Constructor Detail

def self.new(snapshot : Pointer(LibRocksDB::Snapshot), db : Database) #

[View source]

Instance Method Detail

def finalize #

[View source]