Aestate
Public Member Functions | Public Attributes | List of all members
aestate.opera.DBPool.pooled_db.SharedDBConnection Class Reference
Collaboration diagram for aestate.opera.DBPool.pooled_db.SharedDBConnection:
Collaboration graph

Public Member Functions

def __init__ (self, con)
 
def __lt__ (self, other)
 
def __le__ (self, other)
 
def __eq__ (self, other)
 
def __ne__ (self, other)
 
def __gt__ (self, other)
 
def __ge__ (self, other)
 
def share (self)
 
def unshare (self)
 

Public Attributes

 con
 
 shared
 

Detailed Description

Auxiliary class for shared connections.

Definition at line 324 of file pooled_db.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__init__ (   self,
  con 
)
Create a shared connection.

con: the underlying SteadyDB connection

Definition at line 327 of file pooled_db.py.

Member Function Documentation

◆ __eq__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__eq__ (   self,
  other 
)

Definition at line 347 of file pooled_db.py.

Here is the caller graph for this function:

◆ __ge__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__ge__ (   self,
  other 
)

Definition at line 357 of file pooled_db.py.

◆ __gt__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__gt__ (   self,
  other 
)

Definition at line 354 of file pooled_db.py.

◆ __le__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__le__ (   self,
  other 
)

Definition at line 341 of file pooled_db.py.

◆ __lt__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__lt__ (   self,
  other 
)

Definition at line 335 of file pooled_db.py.

◆ __ne__()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.__ne__ (   self,
  other 
)

Definition at line 351 of file pooled_db.py.

Here is the call graph for this function:

◆ share()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.share (   self)
Increase the share of this connection.

Definition at line 360 of file pooled_db.py.

◆ unshare()

def aestate.opera.DBPool.pooled_db.SharedDBConnection.unshare (   self)
Decrease the share of this connection.

Definition at line 364 of file pooled_db.py.

Member Data Documentation

◆ con

aestate.opera.DBPool.pooled_db.SharedDBConnection.con

Definition at line 332 of file pooled_db.py.

◆ shared

aestate.opera.DBPool.pooled_db.SharedDBConnection.shared

Definition at line 333 of file pooled_db.py.


The documentation for this class was generated from the following file: