Property | Type | Description | |
---|---|---|---|
KeyType | DataType |
Method | Description | |
---|---|---|
Append ( object key, object value ) : void | ||
BDB43 ( string file, bool create, DBFormat format, bool allowDuplicates, Env environment ) : System | ||
BDB43 ( string file, string table, bool create, DBFormat format, bool allowDuplicates, Env environment ) : System | ||
Close ( ) : void | ||
Delete ( object key ) : void | ||
Get ( object key ) : object | ||
NewCursor ( ) : Cursor | ||
Put ( object key, object value ) : void | ||
PutNew ( object key, object value ) : bool | ||
Sync ( ) : void | ||
Truncate ( ) : long |
Method | Description | |
---|---|---|
CheckError ( int error ) : void | ||
Put ( object key, object value, uint flags ) : bool | ||
db_create ( |
||
db_env_create ( |
||
db_strerror ( int error ) : |
public Append ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public BDB43 ( string file, bool create, DBFormat format, bool allowDuplicates, Env environment ) : System | ||
file | string | |
create | bool | |
format | DBFormat | |
allowDuplicates | bool | |
environment | Env | |
return | System |
public BDB43 ( string file, string table, bool create, DBFormat format, bool allowDuplicates, Env environment ) : System | ||
file | string | |
table | string | |
create | bool | |
format | DBFormat | |
allowDuplicates | bool | |
environment | Env | |
return | System |
public Put ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public PutNew ( object key, object value ) : bool | ||
key | object | |
value | object | |
return | bool |