Search



Search Results
Displaying 1501 to 1510 of 5414 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-have-result-set.html
Syntax: has_rows = ccnx.have_result_set After execution of the query() method, this property indicates whether the query returns rows.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-hex-string.html
Syntax: str = ccnx.hex_string(string_to_hexify) Encodes a value in hexadecimal format and wraps it within X''.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-insert-id.html
Syntax: insert_id = ccnx.insert_id() Returns the AUTO_INCREMENT value generated by the most recent executed statement, or 0 if there is no such value.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-more-results.html
Syntax: more = ccnx.more_results() Returns True or False to indicate whether any more result sets exist.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-mysql-connector.html
The _mysql_connector module provides classes. ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-num-fields.html
Syntax: count = ccnx.num_fields() Returns the number of columns in the active result set.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-num-rows.html
Syntax: count = ccnx.num_rows() Returns the number of rows in the active result set.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-refresh.html
Syntax: ccnx.refresh(flags) Flushes or resets the tables and caches indicated by the argument. Raises a TypeError exception if the first argument is not an integer.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-reset-connection.html
Syntax: ccnx.reset_connection() Resets the user variables and session variables for a connection session.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-rollback.html
Syntax: ccnx.rollback() Rolls back the current transaction. Raises a MySQLInterfaceError exception on errors. ...
Displaying 1501 to 1510 of 5414 total results