MCPcopy Create free account

hub / github.com/PyMySQL/PyMySQL / functions

Functions364 in github.com/PyMySQL/PyMySQL

Functionescape_sequence
(val, charset=None, mapping=None)
pymysql/converters.py:34
Functionescape_set
(val, charset=None, mapping=None)
pymysql/converters.py:42
Functionescape_str
(value, mapping=None)
pymysql/converters.py:86
Functionescape_struct_time
(obj, mapping=None)
pymysql/converters.py:138
Functionescape_time
(obj, mapping=None)
pymysql/converters.py:114
Functionescape_timedelta
(obj, mapping=None)
pymysql/converters.py:94
Methodfetchall
Fetch all, as per MySQLdb. Pretty useless for large queries, as it is buffered. See fetchall_unbuffered(), if you want an unbuffered
pymysql/cursors.py:456
Methodfetchmany
Fetch many.
pymysql/cursors.py:472
Methodfetchone
Fetch next row.
pymysql/cursors.py:446
Methodget_bytes
Get 'length' bytes starting at 'position'. Position is start of payload (first four packet header bytes are not included) starting at
pymysql/protocol.py:100
Functionget_client_info
()
pymysql/__init__.py:61
Methodget_host_info
(self)
pymysql/connections.py:1176
Methodget_proto_info
(self)
pymysql/connections.py:1179
Functioninstall_as_MySQLdb
After this function is called, any application that imports MySQLdb will unwittingly actually use pymysql.
pymysql/__init__.py:65
Methodis_binary
(self)
pymysql/charset.py:30
Methodis_resultset_packet
(self)
pymysql/protocol.py:199
Methodliteral
Alias for escape(). Non-standard, for internal use; do not use this in your applications.
pymysql/connections.py:545
Methodmogrify
Returns the exact string that would be sent to the database by calling the execute() method. :param query: Query to mogrify.
pymysql/cursors.py:128
Methodopen
Return True if the connection is open.
pymysql/connections.py:444
Methodoptionxform
(self, key)
pymysql/optionfile.py:16
Functionraise_mysql_exception
(data)
pymysql/err.py:141
Methodread_uint32
(self)
pymysql/protocol.py:126
Methodrollback
Roll back the current transaction. See `Connection.rollback() <https://www.python.org/dev/peps/pep-0249/#rollback>`_ in the
pymysql/connections.py:504
Functionscramble_native_password
Scramble used for mysql_native_password
pymysql/_auth.py:28
Methodscroll
(self, value, mode="relative")
pymysql/cursors.py:318
Methodscroll
(self, value, mode="relative")
pymysql/cursors.py:492
MethodsetUp
(self)
pymysql/tests/test_basic.py:334
MethodsetUp
(self)
pymysql/tests/test_cursor.py:34
MethodsetUp
(self)
pymysql/tests/test_DictCursor.py:15
Methodsetinputsizes
Does nothing, required by DB API.
pymysql/cursors.py:84
Methodsetoutputsizes
Does nothing, required by DB API.
pymysql/cursors.py:87
Functionsha256_password_auth
(conn, pkt)
pymysql/_auth.py:158
Methodshow_warnings
Send the "SHOW WARNINGS" SQL command.
pymysql/connections.py:514
MethodtearDown
(self)
pymysql/tests/test_DictCursor.py:36
Methodteardown
()
pymysql/tests/base.py:76
MethodtestAuthEd25519
(self)
pymysql/tests/test_connection.py:411
MethodtestAuthSHA256
(self)
pymysql/tests/test_connection.py:392
MethodtestDialogAuthThreeAttempts
(self)
pymysql/tests/test_connection.py:250
MethodtestDialogAuthThreeAttemptsQuestionsInstallPlugin
(self)
pymysql/tests/test_connection.py:235
MethodtestDialogAuthTwoQuestions
(self)
pymysql/tests/test_connection.py:207
MethodtestDialogAuthTwoQuestionsInstallPlugin
(self)
pymysql/tests/test_connection.py:192
MethodtestPamAuth
(self)
pymysql/tests/test_connection.py:336
MethodtestPamAuthInstallPlugin
(self)
pymysql/tests/test_connection.py:315
MethodtestSocketAuth
(self)
pymysql/tests/test_connection.py:139
MethodtestSocketAuthInstallPlugin
(self)
pymysql/tests/test_connection.py:116
Methodtest_DictCursor
(self)
pymysql/tests/test_DictCursor.py:44
Methodtest_SSCursor
(self)
pymysql/tests/test_SSCursor.py:9
Methodtest_aggregates
test aggregate functions
pymysql/tests/test_basic.py:271
Methodtest_authentication_packet_transitions
Exercise multi-step authentication without a MySQL server or Router.
pymysql/tests/test_auth_state_machine.py:57
Methodtest_autocommit
(self)
pymysql/tests/test_connection.py:472
Methodtest_binary
test binary data
pymysql/tests/test_basic.py:136
Methodtest_blob
test blob data
pymysql/tests/test_basic.py:149
Methodtest_bulk_insert
(self)
pymysql/tests/test_basic.py:361
Methodtest_bulk_insert_multiline_statement
(self)
pymysql/tests/test_basic.py:380
Methodtest_bulk_insert_single_record
(self)
pymysql/tests/test_basic.py:412
Functiontest_caching_sha2_no_password
()
tests/test_auth.py:44
Functiontest_caching_sha2_no_password_ssl
()
tests/test_auth.py:49
Functiontest_caching_sha2_password
()
tests/test_auth.py:54
Functiontest_caching_sha2_password_ssl
()
tests/test_auth.py:89
Functiontest_case_sensitivity
()
pymysql/tests/test_charset.py:34
Methodtest_cleanup_rows_buffered
(self)
pymysql/tests/test_cursor.py:77
Methodtest_cleanup_rows_unbuffered
(self)
pymysql/tests/test_cursor.py:60
Methodtest_commit_during_multi_result
(self)
pymysql/tests/test_connection.py:972
Methodtest_connection_gone_away
http://dev.mysql.com/doc/refman/5.0/en/gone-away.html http://dev.mysql.com/doc/refman/5.0/en/error-messages-client.html#error_cr_serv
pymysql/tests/test_connection.py:498
Methodtest_convert_datetime
(self)
pymysql/tests/test_converters.py:15
Methodtest_convert_datetime_with_fsp
(self)
pymysql/tests/test_converters.py:20
Methodtest_convert_time
(self)
pymysql/tests/test_converters.py:72
Methodtest_convert_time_with_fsp
(self)
pymysql/tests/test_converters.py:77
Methodtest_convert_timedelta
(self)
pymysql/tests/test_converters.py:40
Methodtest_convert_timedelta_with_fsp
(self)
pymysql/tests/test_converters.py:44
Methodtest_cursor_is_iterator
Test that the cursor is an iterator
pymysql/tests/test_cursor.py:52
Methodtest_custom_dict
(self)
pymysql/tests/test_DictCursor.py:85
Methodtest_custom_handler_may_consume_exchange_without_returning_packet
(self)
pymysql/tests/test_auth_state_machine.py:153
Methodtest_custom_handler_overrides_initial_plugin
An initial plugin override handles extra data without an auth switch.
pymysql/tests/test_auth_state_machine.py:127
Methodtest_custom_handler_processes_follow_up_packet
The same configured handler processes every packet in its exchange.
pymysql/tests/test_auth_state_machine.py:94
Methodtest_datatypes
test every data type
pymysql/tests/test_basic.py:14
Methodtest_datetime_microseconds
test datetime conversion w microseconds
pymysql/tests/test_basic.py:190
Methodtest_decimal_special_values
(self)
pymysql/tests/test_converters.py:82
Methodtest_defer_connect
(self)
pymysql/tests/test_connection.py:536
Methodtest_dict
test dict escaping
pymysql/tests/test_basic.py:97
Functiontest_error_init_sqlstate
()
pymysql/tests/test_err.py:9
Methodtest_escape_builtin_encoders
(self)
pymysql/tests/test_connection.py:918
Methodtest_escape_custom_object
(self)
pymysql/tests/test_connection.py:924
Methodtest_escape_dict_raise_typeerror
con.escape(dict) should raise TypeError
pymysql/tests/test_connection.py:944
Methodtest_escape_fallback_encoder
(self)
pymysql/tests/test_connection.py:930
Methodtest_escape_list_item
(self)
pymysql/tests/test_connection.py:954
Methodtest_escape_no_default
(self)
pymysql/tests/test_connection.py:939
Methodtest_escape_string
(self)
pymysql/tests/test_connection.py:905
Methodtest_escape_string
(self)
pymysql/tests/test_converters.py:12
Methodtest_escape_timedelta
(self)
pymysql/tests/test_converters.py:48
Methodtest_executemany
(self)
pymysql/tests/test_cursor.py:94
Methodtest_execution_time_limit
(self)
pymysql/tests/test_cursor.py:168
Methodtest_execution_time_limit
(self)
pymysql/tests/test_SSCursor.py:115
Methodtest_fetch_no_result
test a fetchone() with no rows
pymysql/tests/test_basic.py:259
Methodtest_force_close_closes_socketio
(self)
pymysql/tests/test_connection.py:980
Methodtest_init_command
(self)
pymysql/tests/test_connection.py:513
Methodtest_integer
(self)
pymysql/tests/test_basic.py:124
Methodtest_issue_114
autocommit is not set after reconnecting with ping()
pymysql/tests/test_issues.py:350
Methodtest_issue_1206
(self)
pymysql/tests/test_issues.py:502
Methodtest_issue_13
can't handle large result fields
pymysql/tests/test_issues.py:94
← previousnext →201–300 of 364, ranked by callers