MySQL Connector/Python Developer Guide

11.27 _mysql_connector.MySQL.hex_string() Method

Syntax:

str = ccnx.hex_string(string_to_hexify)

Encodes a value in hexadecimal format and wraps it within X''. For example, "ham" becomes X'68616D'.