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