#include <database.h>
Public Attributes | |
char_t const * | databaseName |
int | openAttr |
dbFile * | file |
time_t | transactionCommitDelay |
bool | deleteFileOnClose |
dbAccessType | accessType |
size_t | poolSize |
size_t | extensionQuantum |
size_t | initIndexSize |
int | nThreads |
|
Database access type |
|
Database file name (used if "file" is NULL) |
|
Delete file on close (used only if "file" is not null |
|
Quantum for extending memory allocation bitmap |
|
Databasr file (if non null, "databaseName" is igonored) |
|
Initial index size (number of objects) |
|
Concurrency level for sequential search and sort operations |
|
Attributes for openning file (used only if "file" is null) |
|
Number of pages in page pool, if |
|
Transaction commit delay |