Subject Can I cache prepared statements in my own pool?
Author fedd_kraft
Hi,

Prepared statements are made from connections, connections are taken
from the FBDataSource (the pool).

Can I make my own pool for statements, keep prepared statements in
static variables, and execute them in different connections taken from
that pool?

F.