Panda3D
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
DCR: from MySQLdb connections.py Connection.__init__. | |
close (self) | |
Public Attributes | |
cursorclass | |
encoders | |
DCR: skip over the Connection init super(Connection, self).__init__(*args, **kwargs2) | |
messages | |
string_decoder | |
unicode_literal | |
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 | |
_string_decoder | |
_string_literal | |
_transactional | |
_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 |
encoders |
DCR: skip over the Connection init super(Connection, self).__init__(*args, **kwargs2)
messages |
string_decoder |
unicode_literal |