Beispiel #1
0
 @Setter
 public void setAutoCommit(boolean value) throws SQLException {
   connection.setAutoCommit(value);
 }