reset
Clears bound parameters and any pending batch entries so that this statement can be reused without re-preparing the SQL. Used by ORM-level prepared-statement caches that wish to keep the underlying server-side prepare across calls. Must be safe to call on a freshly opened statement (no-op). Default falls back to no-op so legacy implementations remain valid.