A prepared SQL statement with parameter binding.
Internal
Executes the prepared statement without returning results.
Promise resolving to number of rows affected
Executes the prepared statement and returns results as an array of objects.
Promise resolving to array of result rows
A prepared SQL statement with parameter binding.