Statement.execute

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.

interface Statement
@safe
void
execute
()

Meta