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.

$(SAFE_MIGRATION)

Members

Classes

Connection
class Connection

A class representing a database connection.

Functions

preparedPlaceholderArgs
string preparedPlaceholderArgs(int numArgs)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PreparedServerInfo
struct PreparedServerInfo

Per-connection info from the server about a registered prepared statement.

Variables

defaultClientFlags
SvrCapFlags defaultClientFlags;

The default mysql.protocol.constants.SvrCapFlags used when creating a connection.

Meta