classes/SQLConnection.md

SQLConnection

Overview:

SQLConnection is the per-connection PDO wrapper used by SQL. It implements query execution, data fetching, and insert/update helpers.

Use SQLConnection when you need per-connection query execution helpers such as value, each, insert, and update.

Public API: