Ejemplo n.º 1
0
 @Setter
 public void setCatalog(String value) throws SQLException {
   connection.setCatalog(value);
 }