Version 1.1.5
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
wiredtiger.ConnectionPython wrapper around C ::__WT_CONNECTION
wiredtiger.CursorPython wrapper around C ::__WT_CURSOR
wiredtiger.filestatSet of static defines used by statistics cursor
wiredtiger.SessionPython wrapper around C ::__WT_SESSION
wiredtiger.statSet of static defines used by statistics cursor
WT_COLLATORThe interface implemented by applications to provide custom ordering of records
WT_COMPRESSORThe interface implemented by applications to provide custom compression
WT_CONNECTIONA connection to a WiredTiger database
WT_CURSORA WT_CURSOR handle is the interface to a cursor
WT_CURSOR_TYPEApplications can extend WiredTiger by providing new implementations of the WT_CURSOR class
WT_EVENT_HANDLERThe interface implemented by applications in order to handle error messages, information messages and progress
WT_EXTENSION_APITable of WiredTiger extension functions
WT_EXTRACTORThe interface implemented by applications to provide custom extraction of index keys or column group values
WT_ITEMA raw item of data to be managed
WT_SESSIONAll data operations are performed in the context of a WT_SESSION