Used to specify how prepared statements are built. A factry is attached to a DBI instance, and whenever the DBI instance is used to create a Handle the factory will be used to create a StatementBuilder for that specific handle.
The default implementation caches all prepared statements for a given Handle instance. To change the factory, use {@link org.skife.jdbi.v2.DBI#setStatementBuilderFactory(StatementBuilderFactory)}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.