Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:row

557 	String row[] = { "" };
558 tr.newrow(row);
567 String row[] = { "" };
568 tr.newrow(row);
577 String row[] = new String[1];
578 row[0] = "TABLE";
579 tr.newrow(row);
580 row = new String[1];
581 row[0] = "VIEW";
582 tr.newrow(row);
652 String row[] = new String[cols.length];
653 row[0] = "";
654 row[1] = "";
655 row[2] = tableNamePattern;
656 row[3] = r0[col];
660 row[4] = "" + type;
661 row[5] = mapTypeName(type);
662 row[6] = "" + getD(typeStr, type);
663 row[7] = "" + getM(typeStr, type);
664 row[8] = "10";
665 row[9] = "0";
666 row[11] = null;
668 row[12] = r0[col];
669 row[13] = "0";
670 row[14] = "0";
671 row[15] = "65536";
673 row[16] = Integer.toString(Integer.parseInt(r0[col]) + 1); // android-changed
675 row[17] = (r0[col].charAt(0) == '0') ? "YES" : "NO";
676 row
678 tr.newrow(row);
810 String row[] = new String[cols.length];
811 row[0] = "" + scope;
812 row[1] = cname;
813 row[2] = "" + Types.VARCHAR;
814 row[3] = "VARCHAR";
815 row[4] = "65536";
816 row[5] = "0";
817 row[6] = "0";
818 row[7] = "" + bestRowNotPseudo;
819 tr.newrow(row);
826 String row[] = new String[cols.length];
827 row[0] = "" + scope;
828 row[1] = "_ROWID_";
829 row[2] = "" + Types.INTEGER;
830 row[3] = "INTEGER";
831 row[4] = "10";
832 row[5] = "0";
833 row[6] = "0";
834 row[7] = "" + bestRowPseudo;
835 tr.newrow(row);
923 String row[] = new String[cols.length];
924 row[0] = "";
925 row[1] = "";
926 row[2] = table;
928 row[3] = r1[col];
930 row[4] = Integer.toString(Integer.parseInt(r1[col]) + 1);
931 row[5] = iname;
932 tr.newrow(row);
966 String row[] = new String[cols.length];
967 row[0] = "";
968 row[1] = "";
969 row[2] = table;
971 row[3] = r0[col];
973 row[4] = Integer.toString(Integer.parseInt(r0[col]) + 1);
974 row[5] = "";
975 tr.newrow(row);
1000 String row[] = new String[out.ncolumns];
1001 row[0] = "";
1002 row[1] = "";
1003 row[2] = pktab;
1004 row[3] = pkcol;
1005 row[4] = "";
1006 row[5] = "";
1007 row[6] = table;
1008 row[7] = fkcol == null ? pkcol : fkcol;
1009 row[8] = Integer.toString(Integer.parseInt(seq) + 1);
1010 row[9] =
1012 row[10] =
1014 row[11] = null;
1015 row[12] = null;
1016 row[13] =
1018 out.newrow(row);
1343 String row[] = new String[cols.length];
1344 row[0] = "";
1345 row[1] = "";
1346 row[2] = table;
1347 row[3] = (uniq.charAt(0) != '0' ||
1350 row[4] = "";
1351 row[5] = iname;
1352 row[6] = "" + tableIndexOther;
1354 row[7] = Integer.toString(Integer.parseInt(r1[col]) + 1);
1356 row[8] = r1[col];
1357 row[9] = "A";
1358 row[10] = "0";
1359 row[11] = "0";
1360 row[12] = null;
1361 tr.newrow(row);