116117118119120121122123124125126
ResultSet rs = stat.executeQuery(); try{ if(!rs.next())return null; return new Attr( rs.getInt(1), name,path,true, rs.getInt(2), rs.getInt(3), rs.getTimestamp(4,getCalendar()).getTime(),
147148149150151152153154155156157
try{ List attrs=new ArrayList(); //hashCode=(path+name).hashCode(); while(rs.next()) { attrs.add( new Attr( rs.getInt(1), rs.getString(2), path, true, rs.getInt(3),
131132133134135136137138139140141
162163164165166167168169170171172