Executing queries
The Connection interface, positional and named parameter binding, and last insert IDs.
Reading results
The Result interface, its forward-only contract, and how to pick rows and columns.
Run a query with bound parameters and read what it returned.
The Connection interface, positional and named parameter binding, and last insert IDs.
The Result interface, its forward-only contract, and how to pick rows and columns.