mysql icon indicating copy to clipboard operation
mysql copied to clipboard

connection::execute_sql

Open anarthal opened this issue 5 years ago • 0 comments

Provide a helper functions to make these cases easier:

  • A query returning a single value, e.g. a SELECT COUNT(*) statement.
  • A query returning an empty resultset, e.g. INSERT or DELETE.
  • A single row.
  • Zero or one rows.
  • A single column.

anarthal avatar Nov 29 '20 17:11 anarthal