Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
DirectMySQLdbConnection Class Reference
Inheritance diagram for DirectMySQLdbConnection:

Public Member Functions

def __init__
 DCR: from MySQLdb connections.py Connection.__init__. More...
 
def close
 

Public Attributes

 cursorclass
 DCR: fixed up relative imports. More...
 
 encoders
 DCR: fixed up module reference. More...
 
 messages
 
 string_decoder
 
 unicode_literal
 DCR: these functions create memory leaks with gc.DEBUG_SAVEALL turned on. More...
 

Constructor & Destructor Documentation

def __init__ (   self,
  args,
  kwargs 
)

DCR: from MySQLdb connections.py Connection.__init__.

Member Function Documentation

def close (   self)

Member Data Documentation

cursorclass

DCR: fixed up relative imports.

encoders

DCR: fixed up module reference.

DCR: skip over the Connection init super(Connection, self).__init__(*args, **kwargs2)

messages
string_decoder
unicode_literal

DCR: these functions create memory leaks with gc.DEBUG_SAVEALL turned on.

DCR: use methods rather than inline-defined functions to prevent memory leaks