|
Spec-Zone .ru
спецификации, руководства, описания, API
|
This class provides constants defining MySQL client flags that can be used when the connection is established to
configure the session. The ClientFlag class is available when importing mysql.connector.
>>> import mysql.connector>>> mysql.connector.ClientFlag.FOUND_ROWS2
See Section 21.6.7.3.30, "Method MySQLConnection.set_client_flags(flags)" and the connection
argument client_flag.
The ClientFlag class cannot be instantiated.