MCPcopy Create free account

hub / github.com/PyMySQL/PyMySQL / functions

Functions364 in github.com/PyMySQL/PyMySQL

↓ 1 callersMethod_read_result_packet
(self, first_packet)
pymysql/connections.py:1368
↓ 1 callersMethod_read_rowdata_packet
Read a rowdata packet for each data row in the result set.
pymysql/connections.py:1414
↓ 1 callersMethod_read_rowdata_packet_unbuffered
(self)
pymysql/connections.py:1373
↓ 1 callersMethod_request_authentication
(self)
pymysql/connections.py:910
↓ 1 callersFunction_scalar_clamp
(s32)
pymysql/_auth.py:69
↓ 1 callersMethod_send_autocommit_mode
Set whether or not to commit after every execute().
pymysql/connections.py:482
↓ 1 callersFunction_send_local_file
Send data packets from the local file to the server
pymysql/connections.py:1490
↓ 1 callersFunction_xor_password
(password, salt)
pymysql/_auth.py:124
↓ 1 callersMethodadd
(self, c)
pymysql/charset.py:39
↓ 1 callersMethodaffected_rows
(self)
pymysql/connections.py:586
↓ 1 callersMethodbegin
Begin transaction.
pymysql/connections.py:489
↓ 1 callersMethodcallproc
Execute stored procedure procname with args. :param procname: Name of procedure to execute on server. :type procname: str :p
pymysql/cursors.py:234
↓ 1 callersFunctionconvert_date
Returns a DATE column as a date object: >>> convert_date('2007-02-26') datetime.date(2007, 2, 26) Illegal values are returned as str
pymysql/converters.py:284
↓ 1 callersMethoddescription
Provides a 7-item tuple compatible with the Python PEP249 DB Spec.
pymysql/protocol.py:257
↓ 1 callersMethoddump
(self)
pymysql/protocol.py:221
↓ 1 callersFunctionescape_datetime
(obj, mapping=None)
pymysql/converters.py:122
↓ 1 callersFunctionescape_string
escapes *value* without adding quote. Value should be unicode
pymysql/converters.py:74
↓ 1 callersMethodget_column_length
(self)
pymysql/protocol.py:269
↓ 1 callersMethodinit_unbuffered_query
:raise OperationalError: If the connection to the MySQL server is lost. :raise InternalError:
pymysql/connections.py:1299
↓ 1 callersMethodinsert_id
(self)
pymysql/connections.py:861
↓ 1 callersMethodkill
(self, thread_id)
pymysql/connections.py:589
↓ 1 callersMethodnextset
(self)
pymysql/cursors.py:439
↓ 1 callersFunctionprintable
(data)
pymysql/protocol.py:21
↓ 1 callersMethodprompt
(self, echo, prompt)
pymysql/tests/test_connection.py:157
↓ 1 callersMethodread
Read the first 'size' bytes in packet and advance cursor past them.
pymysql/protocol.py:61
↓ 1 callersMethodread_string
(self)
pymysql/protocol.py:136
↓ 1 callersMethodread_uint24
(self)
pymysql/protocol.py:121
↓ 1 callersMethodread_uint64
(self)
pymysql/protocol.py:131
↓ 1 callersMethodrewind
Set the position of the data buffer cursor to 'position'.
pymysql/protocol.py:94
↓ 1 callersFunctionscramble_caching_sha2
Scramble algorithm used in cached_sha2_password fast path. XOR(SHA256(password), SHA256(SHA256(SHA256(password)), nonce))
pymysql/_auth.py:191
↓ 1 callersMethodselect_db
Set current db. :param db: The name of the db.
pymysql/connections.py:521
↓ 1 callersMethodthread_id
(self)
pymysql/connections.py:1170
FunctionBinary
Return x as a binary type.
pymysql/__init__.py:127
FunctionDateFromTicks
(ticks)
pymysql/times.py:10
FunctionDecimal2Literal
(o, d)
pymysql/converters.py:142
FunctionTimeFromTicks
(ticks)
pymysql/times.py:14
FunctionTimestampFromTicks
(ticks)
pymysql/times.py:18
Method__del__
(self)
pymysql/connections.py:1282
Method__enter__
(self)
pymysql/connections.py:375
Method__enter__
(self)
pymysql/cursors.py:65
Method__enter__
(self)
pymysql/tests/test_connection.py:37
Method__eq__
(self, other)
pymysql/__init__.py:89
Method__exit__
(self, *exc_info)
pymysql/connections.py:378
Method__exit__
(self, *exc_info)
pymysql/cursors.py:68
Method__exit__
(self, exc_type, exc_value, traceback)
pymysql/tests/test_connection.py:40
Method__getattr__
(self, key)
pymysql/protocol.py:303
Method__getattr__
(self, key)
pymysql/protocol.py:326
Method__getattr__
(self, key)
pymysql/protocol.py:348
Method__hash__
(self)
pymysql/__init__.py:95
Method__init__
(self, *args, sqlstate=None)
pymysql/err.py:19
Method__init__
(self, **kwargs)
pymysql/optionfile.py:5
Method__init__
(self, id, name, collation, is_default=False)
pymysql/charset.py:7
Method__init__
(self)
pymysql/charset.py:35
Method__init__
( self, *, user=None, # The first four arguments is based on DB-API 2.0 recommendatio
pymysql/connections.py:177
Method__init__
:type connection: Connection
pymysql/connections.py:1266
Method__init__
(self, data, encoding)
pymysql/protocol.py:232
Method__init__
(self, from_packet)
pymysql/protocol.py:286
Method__init__
(self, from_packet)
pymysql/protocol.py:314
Method__init__
(self, from_packet)
pymysql/protocol.py:337
Method__init__
(self, connection)
pymysql/cursors.py:41
Method__init__
(self, c, user, db, auth=None, authdata=None, password=None)
pymysql/tests/test_connection.py:14
Method__init__
(self, con)
pymysql/tests/test_connection.py:154
Method__init__
(self, con)
pymysql/tests/test_connection.py:164
Method__init__
(self, con)
pymysql/tests/test_connection.py:185
Method__init__
(self, conn)
pymysql/tests/test_auth_state_machine.py:100
Method__init__
(self, conn)
pymysql/tests/test_auth_state_machine.py:133
Method__init__
(self, conn)
pymysql/tests/test_auth_state_machine.py:155
Method__ne__
(self, other)
pymysql/__init__.py:83
Method__repr__
(self)
pymysql/charset.py:11
Method__str__
(self)
pymysql/protocol.py:275
Method_config
(key, arg)
pymysql/connections.py:252
Method_conv_row
(self, row)
pymysql/cursors.py:81
Method_do_get_result
(self)
pymysql/cursors.py:373
Method_ensure_cursor_expired
(self, cursor)
pymysql/tests/test_DictCursor.py:120
Method_query
(self, q)
pymysql/cursors.py:432
Method_teardown_connections
(self)
pymysql/tests/base.py:82
Methodauthenticate
(self, packet)
pymysql/tests/test_auth_state_machine.py:103
Methodauthenticate
(self, packet)
pymysql/tests/test_auth_state_machine.py:136
Methodauthenticate
(self, packet)
pymysql/tests/test_auth_state_machine.py:158
Methodby_id
(self, id)
pymysql/charset.py:44
Methodby_name
(self, name)
pymysql/charset.py:47
Functioncaching_sha2_password_auth
(conn, pkt)
pymysql/_auth.py:211
Methodcharacter_set_name
(self)
pymysql/connections.py:1173
Methodclose
(self)
pymysql/cursors.py:416
Methodconnections
(self)
pymysql/tests/base.py:62
Functionconvert_datetime
Returns a DATETIME or TIMESTAMP column value as a datetime object: >>> convert_datetime('2007-02-25 23:06:20') datetime.datetime(2007, 2,
pymysql/converters.py:161
Functionconvert_time
Returns a TIME column as a time object: >>> convert_time('15:06:17') datetime.time(15, 6, 17) Illegal values are returned as str:
pymysql/converters.py:241
Functionconvert_timedelta
Returns a TIME column as a timedelta object: >>> convert_timedelta('25:06:17') datetime.timedelta(days=1, seconds=3977) >>> convert
pymysql/converters.py:194
Methoddisabled_test_issue_54
(self)
pymysql/tests/test_issues.py:264
Methoddrop_table
(self, connection, tablename)
pymysql/tests/base.py:107
Functioned25519_password
Sign a random scramble with elliptic curve Ed25519. Secret and public key are derived from password.
pymysql/_auth.py:76
Methodencoding
(self)
pymysql/charset.py:17
Functionescape_None
(value, mapping=None)
pymysql/converters.py:90
Functionescape_bool
(value, mapping=None)
pymysql/converters.py:47
Functionescape_bytes
(value, mapping=None)
pymysql/converters.py:82
Functionescape_date
(obj, mapping=None)
pymysql/converters.py:133
Functionescape_float
(value, mapping=None)
pymysql/converters.py:55
Functionescape_foo
(x, d)
pymysql/tests/test_connection.py:900
Functionescape_int
(value, mapping=None)
pymysql/converters.py:51
Functionescape_not_supported
(val, charset=None, mapping=None)
pymysql/converters.py:30
← previousnext →101–200 of 364, ranked by callers