프로퍼티 | 타입 | 설명 | |
---|---|---|---|
tree | ITreeIndex |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
checkTree ( ) : bool |
public Get ( string key, object defaultValue ) : object | ||
key | string | |
defaultValue | object | |
리턴 | object |
public static Initialize ( System treefile, System blockfile, int KeyLength ) : |
||
treefile | System | |
blockfile | System | |
KeyLength | int | |
리턴 |
public static Initialize ( System treefile, System blockfile, int KeyLength, int CultureId ) : |
||
treefile | System | |
blockfile | System | |
KeyLength | int | |
CultureId | int | |
리턴 |
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 | |
리턴 |
public static Initialize ( string treefileName, string blockfileName, int KeyLength ) : |
||
treefileName | string | |
blockfileName | string | |
KeyLength | int | |
리턴 |
public static Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId ) : |
||
treefileName | string | |
blockfileName | string | |
KeyLength | int | |
CultureId | int | |
리턴 |
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 | |
리턴 |
public static ReOpen ( System treefile, System blockfile ) : |
||
treefile | System | |
blockfile | System | |
리턴 |
public static ReOpen ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
리턴 |
public static ReadOnly ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
리턴 |
public static StringToBytes ( string thestring ) : byte[] | ||
thestring | string | |
리턴 | byte[] |