DB::PoolStatement
Inherits DB::StatementMethods / Struct / Value / Object
When a statement is to be executed in a DB that has a connection pool a statement from the DB needs to be able to represent a statement in any of the connections of the pool. Otherwise the user will need to deal with actual connections in some point.