Method | Description | |
---|---|---|
Abort ( ) : void | ||
BplusTreeBytes ( BplusDotNet.BplusTreeLong tree, |
||
Commit ( ) : void | ||
Compare ( string left, string right ) : int | ||
ContainsKey ( string key ) : bool | ||
FirstKey ( ) : string | ||
Get ( string key, object defaultValue ) : object | ||
Initialize ( System treefile, System blockfile, int KeyLength ) : |
||
Initialize ( System treefile, System blockfile, int KeyLength, int CultureId ) : |
||
Initialize ( System treefile, System blockfile, int KeyLength, int CultureId, int nodesize, int buffersize ) : |
||
Initialize ( string treefileName, string blockfileName, int KeyLength ) : |
||
Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId ) : |
||
Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId, int nodesize, int buffersize ) : |
||
MaxKeyLength ( ) : int | ||
NextKey ( string AfterThisKey ) : string | ||
NoCulture ( ) : void |
Use non-culture sensitive total order on binary strings.
|
|
ReOpen ( System treefile, System blockfile ) : |
||
ReOpen ( string treefileName, string blockfileName ) : |
||
ReOpen ( string treefileName, string blockfileName, System access ) : |
||
ReadOnly ( string treefileName, string blockfileName ) : |
||
Recover ( bool CorrectErrors ) : void | ||
RemoveKey ( string key ) : void | ||
Set ( string key, object map ) : void | ||
SetFootPrintLimit ( int limit ) : void | ||
Shutdown ( ) : void | ||
this ( string key ) : byte[] | ||
toHtml ( ) : string |
Method | Description | |
---|---|---|
ClearBookKeeping ( ) : void |
public BplusTreeBytes ( BplusDotNet.BplusTreeLong tree, |
||
tree | BplusDotNet.BplusTreeLong | |
archive | ||
return | System |
public Compare ( string left, string right ) : int | ||
left | string | |
right | string | |
return | int |
public Get ( string key, object defaultValue ) : object | ||
key | string | |
defaultValue | object | |
return | object |
public static Initialize ( System treefile, System blockfile, int KeyLength ) : |
||
treefile | System | |
blockfile | System | |
KeyLength | int | |
return |
public static Initialize ( System treefile, System blockfile, int KeyLength, int CultureId ) : |
||
treefile | System | |
blockfile | System | |
KeyLength | int | |
CultureId | int | |
return |
public static Initialize ( System treefile, System blockfile, int KeyLength, int CultureId, int nodesize, int buffersize ) : |
||
treefile | System | |
blockfile | System | |
KeyLength | int | |
CultureId | int | |
nodesize | int | |
buffersize | int | |
return |
public static Initialize ( string treefileName, string blockfileName, int KeyLength ) : |
||
treefileName | string | |
blockfileName | string | |
KeyLength | int | |
return |
public static Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId ) : |
||
treefileName | string | |
blockfileName | string | |
KeyLength | int | |
CultureId | int | |
return |
public static Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId, int nodesize, int buffersize ) : |
||
treefileName | string | |
blockfileName | string | |
KeyLength | int | |
CultureId | int | |
nodesize | int | |
buffersize | int | |
return |
public NextKey ( string AfterThisKey ) : string | ||
AfterThisKey | string | |
return | string |
public static ReOpen ( System treefile, System blockfile ) : |
||
treefile | System | |
blockfile | System | |
return |
public static ReOpen ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
return |
public static ReOpen ( string treefileName, string blockfileName, System access ) : |
||
treefileName | string | |
blockfileName | string | |
access | System | |
return |
public static ReadOnly ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
return |
public SetFootPrintLimit ( int limit ) : void | ||
limit | int | |
return | void |