A struct to represent specializations of prepared statement parameters.
Allow conversion to UnsafePrepared from SafePrepared.
A struct to represent specializations of prepared statement parameters.
Common functionality for recordkeeping of prepared statement registration and queueing for unregister.
Encapsulation of a prepared statement.
Unsafe wrapper for SafePrepared.
Implementation - Prepared statements.
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.prepared, mysql.safe.prepared, or mysql.unsafe.prepared. This module will be removed in a future version without deprecation.
$(SAFE_MIGRATION)