70717273747576
*/ public ClientPreparedStatement newPreparedStatement(Agent agent, ClientConnection connection, String sql,Section section,ClientPooledConnection cpc) throws SqlException { return new ClientPreparedStatement42(agent,connection,sql,section,cpc); }
8990919293949596979899
int holdability,int autoGeneratedKeys, String [] columnNames, int[] columnIndexes, ClientPooledConnection cpc) throws SqlException { return new ClientPreparedStatement42( agent, connection, sql, type, concurrency,