C# Class DBreeze.SchemeInternal.OpenTable

Inheritance: IDisposable
Show file Open project: hhblaze/DBreeze

Public Properties

Property Type Description
Trie DBreeze.LianaTrie.LTrie

Public Methods

Method Description
Add ( ) : void

Inceases quantity of usage by one

Dispose ( ) : void
OpenTable ( LTrie trie ) : System
Remove ( ulong cnt ) : bool

Decreases quantity of usage by one and returns true if table can be automatically closed

Method Details

Add() public method

Inceases quantity of usage by one
public Add ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

OpenTable() public method

public OpenTable ( LTrie trie ) : System
trie DBreeze.LianaTrie.LTrie
return System

Remove() public method

Decreases quantity of usage by one and returns true if table can be automatically closed
public Remove ( ulong cnt ) : bool
cnt ulong
return bool

Property Details

Trie public property

public LTrie,DBreeze.LianaTrie Trie
return DBreeze.LianaTrie.LTrie