Method |
Description |
|
Close ( IntPtr handle, int flags ) : int |
|
|
CursorClone ( IntPtr handle, IntPtr &clone ) : int |
|
|
CursorClose ( IntPtr handle ) : int |
|
|
CursorCreate ( IntPtr &chandle, IntPtr dbhandle, IntPtr txnhandle, int flags ) : int |
|
|
CursorErase ( IntPtr handle, int flags ) : int |
|
|
CursorFindLow ( IntPtr handle, KeyStruct &key, RecordStruct &record, int flags ) : int |
|
|
CursorGetDuplicateCount ( IntPtr handle, int &count, int flags ) : int |
|
|
CursorInsertLow ( IntPtr handle, KeyStruct &key, RecordStruct &record, int flags ) : int |
|
|
CursorMoveLow ( IntPtr handle, IntPtr key, IntPtr record, int flags ) : int |
|
|
CursorMoveLow ( IntPtr handle, IntPtr key, RecordStruct &record, int flags ) : int |
|
|
CursorMoveLow ( IntPtr handle, KeyStruct &key, IntPtr record, int flags ) : int |
|
|
CursorMoveLow ( IntPtr handle, KeyStruct &key, RecordStruct &record, int flags ) : int |
|
|
CursorOverwriteLow ( IntPtr handle, RecordStruct &record, int flags ) : int |
|
|
EnvClose ( IntPtr handle, int flags ) : int |
|
|
EnvCreate ( IntPtr &handle, String fileName, int flags, int mode, Parameter parameters ) : int |
|
|
EnvCreateDatabase ( IntPtr handle, IntPtr &dbhandle, short name, int flags, Parameter parameters ) : int |
|
|
EnvEraseDatabase ( IntPtr handle, short name, int flags ) : int |
|
|
EnvFlush ( IntPtr handle, int flags ) : int |
|
|
EnvGetDatabaseNamesLow ( IntPtr handle, IntPtr dbnames, int &count ) : int |
|
|
EnvOpen ( IntPtr &handle, String fileName, int flags, Parameter parameters ) : int |
|
|
EnvOpenDatabase ( IntPtr handle, IntPtr &dbhandle, short name, int flags, Parameter parameters ) : int |
|
|
EnvRenameDatabase ( IntPtr handle, short oldName, short newName ) : int |
|
|
EnvSelectRange ( IntPtr handle, String query, IntPtr begin, IntPtr end, IntPtr &result ) : int |
|
|
EraseLow ( IntPtr handle, IntPtr txnhandle, KeyStruct &key, int flags ) : int |
|
|
FindLow ( IntPtr handle, IntPtr txnhandle, KeyStruct &key, RecordStruct &record, int flags ) : int |
|
|
GetCount ( IntPtr handle, IntPtr txnhandle, int flags, System.Int64 &count ) : int |
|
|
GetEnv ( IntPtr handle ) : IntPtr |
|
|
GetLastError ( IntPtr handle ) : int |
|
|
GetVersion ( int &major, int &minor, int &revision ) : void |
|
|
InsertLow ( IntPtr handle, IntPtr txnhandle, KeyStruct &key, RecordStruct &record, int flags ) : int |
|
|
LoadLibrary ( string dllToLoad ) : IntPtr |
|
|
NativeMethods ( ) : System |
|
|
RegisterCompare ( String name, CompareFunc foo ) : int |
|
|
ResultClose ( IntPtr handle ) : void |
|
|
ResultGetKeyLow ( IntPtr handle, int row, KeyStruct &key ) : void |
|
|
ResultGetKeyType ( IntPtr handle ) : int |
|
|
ResultGetRecordLow ( IntPtr handle, int row, RecordStruct &record ) : void |
|
|
ResultGetRecordType ( IntPtr handle ) : int |
|
|
ResultGetRowCount ( IntPtr handle ) : int |
|
|
SetCompareFunc ( IntPtr handle, CompareFunc foo ) : int |
|
|
SetErrorHandler ( ErrorHandler eh ) : void |
|
|
StringErrorImpl ( int error ) : IntPtr |
|
|
TxnAbort ( IntPtr handle, int flags ) : int |
|
|
TxnBegin ( IntPtr &txnhandle, IntPtr envhandle, String filename, IntPtr reserved, int flags ) : int |
|
|
TxnCommit ( IntPtr handle, int flags ) : int |
|
|