Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:INTEGER

626 	    Types.INTEGER, Types.INTEGER, Types.INTEGER,
627 Types.INTEGER, Types.INTEGER, Types.VARCHAR,
628 Types.VARCHAR, Types.INTEGER, Types.INTEGER,
629 Types.INTEGER, Types.INTEGER, Types.VARCHAR
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();
758 Types.VARCHAR, Types.INTEGER, Types.INTEGER,
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();
829 row[2] = "" + Types.INTEGER;
830 row[3] = "INTEGER";
849 Types.VARCHAR, Types.INTEGER, Types.INTEGER,
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();
958 if (!type.equalsIgnoreCase("integer")) {
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);
1150 Types.VARCHAR, Types.SMALLINT, Types.INTEGER,
1155 Types.INTEGER, Types.INTEGER, Types.INTEGER
1171 "INTEGER", "" + Types.INTEGER, "32",
1302 Types.VARCHAR, Types.INTEGER, Types.INTEGER,
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();
1452 case Types.INTEGER: return "integer";
1476 return Types.INTEGER;
1516 case Types.INTEGER: m = 11; break;
1536 m = java.lang.Integer.parseInt(num, 10);
1547 case Types.INTEGER: d = 10; break;
1567 d = java.lang.Integer.parseInt(num, 10);