Executes the prepared statement using the currently bound values
Access the result through the InputRange interface of the Statement type. Check whether there are any rows via the .empty property.
See Implementation
Executes the prepared statement using the currently bound values
Access the result through the InputRange interface of the Statement type. Check whether there are any rows via the .empty property.