Module mysql.impl.connection

Implementation - Connection class.

WARNING

This module is used to consolidate the common implementation of the safe and unafe API. DO NOT directly import this module, please import one of mysql.connection, mysql.safe.connection, or mysql.unsafe.connection. This module will be removed in a future version without deprecation.

See the Safe Migration document for more details.

Classes

NameDescription
Connection A class representing a database connection.

Global variables

NameTypeDescription
defaultClientFlags immutable(SvrCapFlags) The default SvrCapFlags used when creating a connection.