Version 1.6.1
wiredtiger.Connection Class Reference

Python wrapper around C WT_CONNECTION. More...

Inherits object.

Public Member Functions

def __init__
 
def close
 close(self, config) -> int More...
 
def reconfigure
 reconfigure(self, config) -> int More...
 
def get_home
 get_home(self) -> string More...
 
def configure_method
 configure_method(self, method, uri, config, type, check) -> int More...
 
def is_new
 is_new(self) -> int More...
 
def open_session
 open_session(self, config) -> int More...
 
def load_extension
 load_extension(self, path, config) -> int More...
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown
 

Detailed Description

Python wrapper around C WT_CONNECTION.

Member Function Documentation

def wiredtiger.Connection.close (   self,
  args 
)

close(self, config) -> int

Close a connection.

def wiredtiger.Connection.configure_method (   self,
  args 
)

configure_method(self, method, uri, config, type, check) -> int

Add configuration options for a method.

def wiredtiger.Connection.get_home (   self,
  args 
)

get_home(self) -> string

The home directory of the connection.

def wiredtiger.Connection.is_new (   self,
  args 
)

is_new(self) -> int

Return if opening this handle created the database.

def wiredtiger.Connection.load_extension (   self,
  args 
)

load_extension(self, path, config) -> int

Load an extension.

def wiredtiger.Connection.open_session (   self,
  args 
)

open_session(self, config) -> int

Open a session.

def wiredtiger.Connection.reconfigure (   self,
  args 
)

reconfigure(self, config) -> int

Reconfigure a connection handle.