Table of Contents
- prepare - Prepares a statement for execution
- bind_param - Binds a variable to a named parameter
- bind_params - Binds variables to parameters by position
- execute - Executes a statement
- executing? - Returns the previous status of an executed statement
- rows - Returns the number of rows processed by a statement
- fetch - Returns the next row of a SELECT statement
- break - Cancels the execution of a long-running statement
- finish - Closes a statement