示例#1
0
 public static ArrayList<HashMap<String, String>> select(AbstractCondition where)
     throws SQLException, InstantiationException, IllegalAccessException, ClassNotFoundException {
   return sql.select(tableName, properties, where);
 }