Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector-threadsafety.html
This property is an integer that indicates the supported level of thread safety provided by Connector/Python.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector-version-info.html
This property indicates the Connector/Python version as an array of version components.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector-version.html
This property indicates the Connector/Python version as a string. It is available as of Connector/Python 1.1.0. >>> mysql.connector.__version__ '1.1.0' ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector.html
The mysql.connector module provides top-level methods and properties. ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-convert-to-mysql.html
Syntax: converted_obj = ccnx.convert_to_mysql(obj)) Converts a Python object to a MySQL value based on the Python type of the object. ccnx.query('SELECT CURRENT_USER(), 1 + 3, NOW()') row = ccnx.fetch_row() for col in row: ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-apilevel.html
This property is a string that indicates the supported DB API level.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-paramstyle.html
This property is a string that indicates the Connector/Python default parameter style.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-threadsafety.html
This property is an integer that indicates the supported level of thread safety provided by Connector/Python.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-version-info.html
This property indicates the Connector/Python version as an array of version components.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-version.html
This property indicates the Connector/Python version as a string. It is available as of Connector/Python 1.1.0. >>> mysql.connector.__version__ '1.1.0' ...