Property | Type | Description | |
---|---|---|---|
tree | ITreeIndex |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
BplusTree ( ITreeIndex tree ) : System | ||
BytesToString ( byte bytes ) : string | ||
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 ) : |
||
NextKey ( string AfterThisKey ) : string | ||
ReOpen ( System treefile, System blockfile ) : |
||
ReOpen ( string treefileName, string blockfileName ) : |
||
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 | ||
StringToBytes ( string thestring ) : byte[] | ||
this ( string key ) : string | ||
toHtml ( ) : string |
Method | Description | |
---|---|---|
checkTree ( ) : bool |
public BplusTree ( ITreeIndex tree ) : System | ||
tree | ITreeIndex | |
return | System |
public static BytesToString ( byte bytes ) : string | ||
bytes | byte | |
return | string |
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 ReadOnly ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
return |
public SetFootPrintLimit ( int limit ) : void | ||
limit | int | |
return | void |
public static StringToBytes ( string thestring ) : byte[] | ||
thestring | string | |
return | byte[] |