コード例 #1
0
ファイル: message.java プロジェクト: kumabook/ajweb
 public static boolean delete(AbstractCondition where)
     throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException {
   return sql.delete(tableName, where);
 }
コード例 #2
0
ファイル: message.java プロジェクト: kumabook/ajweb
 public static HashMap<String, String> delete(HashMap<String, String> param)
     throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException {
   return sql.delete(tableName, properties, param);
 }