Ejemplo n.º 1
0
 public static boolean delete(AbstractCondition where)
     throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException {
   return sql.delete(tableName, where);
 }
Ejemplo n.º 2
0
 public static HashMap<String, String> delete(HashMap<String, String> param)
     throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException {
   return sql.delete(tableName, properties, param);
 }