Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Administrator's Guide | Configuration Properties | Performance Properties | tn.store.pool.stmt
 
tn.store.pool.stmt
Enables caching of JDBC statements. Set the property to true or false. The default is true. When you set this property to true, all PreparedStatements are cached in memory to speed up subsequent access to data from database. When you set this property to false, the PreparedStatements are not cached in memory. Instead, they are created every time to access data.