9899100101102103104105106107108
for( int i = 1; i < parameters.length; i++ ) { crs.setObject( i, parameters[i].getValue() ); } crs.execute( conn ); } catch ( SQLException e ) { try { conn.close(); } catch ( Exception t ) {
107108109110111112113114115116117