June 4, 2018 at 5:22 pm
#15760
The init method is designed to permit the developer to perform any processing that is required before each session in the pool is logged on to the database.
I would suggest that if you need to execute any SQL after the session has been logged on, then you could do this immediately after using the $new or $newref method to acquire a session from the pool, using the object returned by the method to execute the query.