Subject Re: [Firebird-Java] javax.sql.PooledConnection??
Author Roman Rokytskyy
> Who implement javax.sql.PooledConnection on JayBird?

Why? I think the right question would be "Who implement
javax.sql.ConnectionPoolDataSource", where you get an instance of
javax.sql.PooledConnection. The answer on that question is
org.firebirdsql.pool.FBConnectionPoolDataSource.

Roman