Lines Matching refs:Integer

636 	    Hashtable<String, Integer> h = new Hashtable<String, Integer>();
638 h.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
646 int col = ((Integer) h.get("name")).intValue();
657 col = ((Integer) h.get("type")).intValue();
667 col = ((Integer) h.get("dflt_value")).intValue();
672 col = ((Integer) h.get("cid")).intValue();
673 row[16] = Integer.toString(Integer.parseInt(r0[col]) + 1); // android-changed
674 col = ((Integer) h.get("notnull")).intValue();
767 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>();
769 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
771 Hashtable<String, Integer> h1 = new Hashtable<String, Integer>();
773 h1.put(rs1.tr.column[i], Integer.valueOf(i)); // android-changed
777 int col = ((Integer) h0.get("unique")).intValue();
779 col = ((Integer) h0.get("name")).intValue();
797 Hashtable<String, Integer> h2 =
798 new Hashtable<String, Integer>();
800 h2.put(rs2.tr.column[k], Integer.valueOf(k)); // android-changed
804 col = ((Integer) h2.get("name")).intValue();
808 col = ((Integer) h1.get("name")).intValue();
890 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>();
892 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
896 int col = ((Integer) h0.get("unique")).intValue();
898 col = ((Integer) h0.get("name")).intValue();
916 Hashtable<String, Integer> h1 =
917 new Hashtable<String, Integer>();
919 h1.put(rs1.tr.column[k], Integer.valueOf(k)); // android-changed
927 col = ((Integer) h1.get("name")).intValue();
929 col = ((Integer) h1.get("seqno")).intValue();
930 row[4] = Integer.toString(Integer.parseInt(r1[col]) + 1);
950 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>();
952 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
956 int col = ((Integer) h0.get("type")).intValue();
961 col = ((Integer) h0.get("pk")).intValue();
970 col = ((Integer) h0.get("name")).intValue();
972 col = ((Integer) h0.get("cid")).intValue();
973 row[4] = Integer.toString(Integer.parseInt(r0[col]) + 1);
983 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>();
985 h0.put(in.tr.column[i], Integer.valueOf(i)); // android-changed
989 int col = ((Integer) h0.get("table")).intValue();
994 col = ((Integer) h0.get("from")).intValue();
996 col = ((Integer) h0.get("to")).intValue();
998 col = ((Integer) h0.get("seq")).intValue();
1009 row[8] = Integer.toString(Integer.parseInt(seq) + 1);
1310 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>();
1312 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
1316 int col = ((Integer) h0.get("unique")).intValue();
1318 col = ((Integer) h0.get("name")).intValue();
1336 Hashtable<String, Integer> h1 =
1337 new Hashtable<String, Integer>();
1339 h1.put(rs1.tr.column[k], Integer.valueOf(k)); // android-changed
1353 col = ((Integer) h1.get("seqno")).intValue();
1354 row[7] = Integer.toString(Integer.parseInt(r1[col]) + 1);
1355 col = ((Integer) h1.get("name")).intValue();
1536 m = java.lang.Integer.parseInt(num, 10);
1567 d = java.lang.Integer.parseInt(num, 10);