Optional
Must be called with the connection as soon as it exists, and before any code that could call pool.destroy() on it (e.g. an error handler) runs — this is what lets pool.destroy() find the connection instead of throwing.
pool.destroy()
Must be called with the connection as soon as it exists, and before any code that could call
pool.destroy()on it (e.g. an error handler) runs — this is what letspool.destroy()find the connection instead of throwing.