Proof-of-concept ref-counted Prepared wrapper, just for testing, not really intended for actual use.
A class representing a database connection.
Submit an SQL command to the server to be compiled into a prepared statement.
This function is provided ONLY as a temporary aid in upgrading to mysql-native v2.0.0.
Convenience function to create a prepared statement which calls a stored function.
Convenience function to create a prepared statement which calls a stored procedure.
This is a wrapper over mysql.prepared.Prepared, provided ONLY as a temporary aid in upgrading to mysql-native v2.0.0 and its new connection-independent model of prepared statements. See the migration guide for more info.
Per-connection info from the server about a registered prepared statement.
Low-level comms code relating to prepared statements.
The default mysql.protocol.constants.SvrCapFlags used when creating a connection.
Connect to a MySQL/MariaDB server.