Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:col

646 		int col = ((Integer) h.get("name")).intValue();
648 if (r0[col].compareTo(columnNamePattern) != 0) {
656 row[3] = r0[col];
657 col = ((Integer) h.get("type")).intValue();
658 String typeStr = r0[col];
667 col = ((Integer) h.get("dflt_value")).intValue();
668 row[12] = r0[col];
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();
675 row[17] = (r0[col].charAt(0) == '0') ? "YES" : "NO";
676 col].charAt(0) == '0') ? "" + columnNullable :
777 int col = ((Integer) h0.get("unique")).intValue();
778 String uniq = r0[col];
779 col = ((Integer) h0.get("name")).intValue();
780 String iname = r0[col];
804 col = ((Integer) h2.get("name")).intValue();
805 String cname = r2[col];
808 col = ((Integer) h1.get("name")).intValue();
809 if (cname.compareTo(r1[col]) == 0) {
896 int col = ((Integer) h0.get("unique")).intValue();
897 String uniq = r0[col];
898 col = ((Integer) h0.get("name")).intValue();
899 String iname = r0[col];
927 col = ((Integer) h1.get("name")).intValue();
928 row[3] = r1[col];
929 col = ((Integer) h1.get("seqno")).intValue();
930 row[4] = Integer.toString(Integer.parseInt(r1[col]) + 1);
956 int col = ((Integer) h0.get("type")).intValue();
957 String type = r0[col];
961 col = ((Integer) h0.get("pk")).intValue();
962 String pk = r0[col];
970 col = ((Integer) h0.get("name")).intValue();
971 row[3] = r0[col];
972 col = ((Integer) h0.get("cid")).intValue();
973 row[4] = Integer.toString(Integer.parseInt(r0[col]) + 1);
989 int col = ((Integer) h0.get("table")).intValue();
990 String pktab = r0[col];
994 col = ((Integer) h0.get("from")).intValue();
995 String fkcol = r0[col];
996 col = ((Integer) h0.get("to")).intValue();
997 String pkcol = r0[col];
998 col = ((Integer) h0.get("seq")).intValue();
999 String seq = r0[col];
1316 int col = ((Integer) h0.get("unique")).intValue();
1317 String uniq = r0[col];
1318 col = ((Integer) h0.get("name")).intValue();
1319 String iname = r0[col];
1353 col = ((Integer) h1.get("seqno")).intValue();
1354 row[7] = Integer.toString(Integer.parseInt(r1[col]) + 1);
1355 col = ((Integer) h1.get("name")).intValue();
1356 row[8] = r1[col];