Binds arguments, executes and resets the statement, in one call.
This convenience function is equivalent to:
bindAll(args); execute(); reset();
See Implementation
Binds arguments, executes and resets the statement, in one call.
This convenience function is equivalent to: