clearAllStatements method
Clears all prepared statements.
Returns 0 on success, non-zero on failure.
Implementation
int clearAllStatements() => _bindings.odbc_clear_all_statements();
Clears all prepared statements.
Returns 0 on success, non-zero on failure.
int clearAllStatements() => _bindings.odbc_clear_all_statements();