|
Panda3D
|
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| DCR: from MySQLdb connections.py Connection.__init__. | |
| close (self) | |
Public Attributes | |
| cursorclass = kwargs2.pop('cursorclass', self.default_cursor) | |
| encoders | |
| DCR: skip over the Connection init super(Connection, self).__init__(*args, **kwargs2) | |
| list | messages = [] |
| string_decoder = self._get_string_decoder() | |
| unicode_literal = self._get_unicode_literal(db) | |
Protected Member Functions | |
| _get_string_decoder (self) | |
| _get_string_literal (self, db) | |
| _get_unicode_literal (self, db) | |
| _string_decoder (self, s) | |
| _string_literal (self, db, obj, dummy=None) | |
| DCR: make inline-defined functions into member methods to avoid garbage. | |
| _unicode_literal (self, db, u, dummy=None) | |
Protected Attributes | |
| _server_version = tuple([ int(n) for n in self.get_server_info().split('.')[:2] ]) | |
| _string_decoder | |
| _string_literal | |
| _transactional = self.server_capabilities & CLIENT.TRANSACTIONS | |
| _unicode_literal | |
| __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
DCR: from MySQLdb connections.py Connection.__init__.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
DCR: make inline-defined functions into member methods to avoid garbage.
|
protected |
| close | ( | self | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| cursorclass = kwargs2.pop('cursorclass', self.default_cursor) |
| encoders |
DCR: skip over the Connection init super(Connection, self).__init__(*args, **kwargs2)
| list messages = [] |
| string_decoder = self._get_string_decoder() |
| unicode_literal = self._get_unicode_literal(db) |