MCPcopy Create free account

hub / github.com/PyMySQL/PyMySQL / types & classes

Types & classes57 in github.com/PyMySQL/PyMySQL

↓ 6 callersClassTempUser
pymysql/tests/test_connection.py:13
↓ 3 callersClassFoo
pymysql/tests/test_connection.py:896
↓ 2 callersClassMySQLResult
pymysql/connections.py:1267
↓ 2 callersClassOKPacketWrapper
OK Packet Wrapper. It uses an existing packet object, and wraps around it, exposing useful variables while still providing access to the
pymysql/protocol.py:279
↓ 2 callersClassOperationalError
Exception raised for errors that are related to the database's operation and not necessarily under the control of the programmer, e.g. an unex
pymysql/err.py:40
↓ 2 callersClassParser
pymysql/optionfile.py:4
↓ 2 callersClassProgrammingError
Exception raised for programming errors, e.g. table not found or already exists, syntax error in the SQL statement, wrong number of parameters
pymysql/err.py:60
↓ 1 callersClassCharset
pymysql/charset.py:6
↓ 1 callersClassCharsets
pymysql/charset.py:34
↓ 1 callersClassCustom
pymysql/tests/test_connection.py:933
↓ 1 callersClassDBAPISet
pymysql/__init__.py:82
↓ 1 callersClassEOFPacketWrapper
EOF Packet Wrapper. It uses an existing packet object, and wraps around it, exposing useful variables while still providing access to the
pymysql/protocol.py:307
↓ 1 callersClassLoadLocalPacketWrapper
Load Local Packet Wrapper. It uses an existing packet object, and wraps around it, exposing useful variables while still providing access
pymysql/protocol.py:330
↓ 1 callersClassMyDict
pymysql/tests/test_DictCursor.py:86
↓ 1 callersClassMysqlPacket
Representation of a MySQL response packet. Provides an interface for reading/parsing the packet results.
pymysql/protocol.py:46
ClassChainedHandler
pymysql/tests/test_auth_state_machine.py:97
ClassConnection
Representation of a socket with a mysql server. The proper way to get an instance of this class is to call connect(). Establish a c
pymysql/connections.py:94
ClassConsumingHandler
pymysql/tests/test_auth_state_machine.py:154
ClassCursor
This is the object used to interact with the database. Do not create an instance of a Cursor yourself. Call connections.Connection.curso
pymysql/cursors.py:24
ClassCursorTest
pymysql/tests/test_cursor.py:33
ClassDataError
Exception raised for errors that are due to problems with the processed data like division by zero, numeric value out of range, etc.
pymysql/err.py:34
ClassDatabaseError
Exception raised for errors that are related to the database.
pymysql/err.py:29
ClassDefectiveHandler
pymysql/tests/test_connection.py:184
ClassDialog
pymysql/tests/test_connection.py:151
ClassDialogHandler
pymysql/tests/test_connection.py:163
ClassDictCursor
A cursor which returns results as a dictionary
pymysql/cursors.py:394
ClassDictCursorMixin
pymysql/cursors.py:370
ClassError
Exception that is the base class of all other error exceptions (not Warning).
pymysql/err.py:15
ClassFieldDescriptorPacket
A MysqlPacket that represents a specific column's metadata in the result. Parsing is automatically done and the results are exported via public
pymysql/protocol.py:225
ClassInitialHandler
pymysql/tests/test_auth_state_machine.py:130
ClassIntegrityError
Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc.
pymysql/err.py:48
ClassInterfaceError
Exception raised for errors that are related to the database interface rather than the database itself.
pymysql/err.py:24
ClassInternalError
Exception raised when the database encounters an internal error, e.g. the cursor is not valid anymore, the transaction is out of sync, etc.
pymysql/err.py:54
ClassMyDictCursor
pymysql/tests/test_DictCursor.py:89
ClassMySQLError
Exception related to operation with MySQL.
pymysql/err.py:6
ClassNotSupportedError
Exception raised in case a method or database API was used which is not supported by the database, e.g. requesting a .rollback() on a connecti
pymysql/err.py:66
ClassPyMySQLTestCase
pymysql/tests/base.py:10
ClassSSCursor
Unbuffered Cursor, mainly useful for queries that return a lot of data, or for connections to remote servers over a slow network. Instea
pymysql/cursors.py:398
ClassSSDictCursor
An unbuffered cursor, which returns results as a dictionary
pymysql/cursors.py:519
ClassTestAuthentication
pymysql/tests/test_connection.py:47
ClassTestAuthenticationStateMachine
pymysql/tests/test_auth_state_machine.py:13
ClassTestBulkInserts
pymysql/tests/test_basic.py:331
ClassTestConnection
pymysql/tests/test_connection.py:440
ClassTestConversion
pymysql/tests/test_basic.py:13
ClassTestConverter
pymysql/tests/test_converters.py:11
ClassTestCursor
pymysql/tests/test_basic.py:205
ClassTestDictCursor
pymysql/tests/test_DictCursor.py:8
ClassTestEscape
pymysql/tests/test_connection.py:904
ClassTestGitHubIssues
pymysql/tests/test_issues.py:282
ClassTestLoadLocal
pymysql/tests/test_load_local.py:10
ClassTestNewIssues
pymysql/tests/test_issues.py:178
ClassTestNextset
pymysql/tests/test_nextset.py:8
ClassTestOldIssues
pymysql/tests/test_issues.py:14
ClassTestParser
pymysql/tests/test_optionfile.py:18
ClassTestSSCursor
pymysql/tests/test_SSCursor.py:8
ClassTestSSDictCursor
pymysql/tests/test_DictCursor.py:117
ClassWarning
Exception raised for important warnings like data truncations while inserting, etc.
pymysql/err.py:10