A class that implements this interface serves as a cache for
java.sql.Statements used for persistence operations
on a given class.
author: brj author: Randall Burt version: $Id: StatementsForClassIF.java,v 1.10.2.2 2005/06/04 14:13:43 arminw Exp $
getPreparedStmt(Connection con, String sql, boolean scrollable, int explicitFetchSizeHint, boolean callableStmt) Returns a prepared Statement used for clazz.
Returns a generic unprepared Statement used for clazz.
Never use this method for UPDATE/INSERT/DELETE if you want to use the batch mode.
java.sql.Statement