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


11.36 _mysql_connector.MySQL.refresh() Method

Syntax:

ccnx.refresh(flags)

Flushes or resets the tables and caches indicated by the argument. The only argument currently permitted is an integer.

Raises aTypeError exception if the first argument is not an integer.