메소드 | 설명 | |
---|---|---|
GetCollections ( ) : IEnumerable |
Get all collections names from header
|
|
GetDocuments ( string collection ) : IEnumerable |
List all documents inside an collections. Use PK to get all documents in order
|
|
GetIndexes ( string collection ) : bool>>.IEnumerable |
List all indexes keys with unique information
|
|
Initialize ( Stream stream, string password ) : bool |
Initialize database reader with database stream file and password
|
public GetDocuments ( string collection ) : IEnumerable |
||
collection | string | |
리턴 | IEnumerable |
public GetIndexes ( string collection ) : bool>>.IEnumerable |
||
collection | string | |
리턴 | bool>>.IEnumerable |
public Initialize ( Stream stream, string password ) : bool | ||
stream | Stream | |
password | string | |
리턴 | bool |