Documentation Home
MySQL Connector/Python Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


MySQL Connector/Python Developer Guide  / Connector/Python C Extension API Reference  /  _mysql_connector.MySQL.hex_string() Method

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 withinX''. For example,"ham" becomesX'68616D'.