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
, mysql
, or mysql
. This
module will be removed in a future version without deprecation.
See the Safe Migration document for more details.
Classes
Name | Description |
---|---|
Connection
|
A class representing a database connection. |
Global variables
Name | Type | Description |
---|---|---|
defaultClientFlags
|
immutable(SvrCapFlags)
|
The default SvrCapFlags used when creating a connection.
|