Lines Matching defs:tr
555 SQLite.TableResult tr = new SQLite.TableResult();
556 tr.columns(cols);
558 tr.newrow(row);
559 JDBCResultSet rs = new JDBCResultSet(tr, null);
565 SQLite.TableResult tr = new SQLite.TableResult();
566 tr.columns(cols);
568 tr.newrow(row);
569 JDBCResultSet rs = new JDBCResultSet(tr, null);
575 SQLite.TableResult tr = new SQLite.TableResult();
576 tr.columns(cols);
579 tr.newrow(row);
582 tr.newrow(row);
583 JDBCResultSet rs = new JDBCResultSet(tr, null);
612 if (rs0.tr.nrows < 1) {
631 TableResultX tr = new TableResultX();
632 tr.columns(cols);
633 tr.sql_types(types);
634 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
635 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) {
637 for (int i = 0; i < rs0.tr.ncolumns; i++) {
638 h.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
644 for (int i = 0; i < rs0.tr.nrows; i++) {
645 String r0[] = (String [])(rs0.tr.rows.elementAt(i));
678 tr.newrow(row);
698 TableResultX tr = new TableResultX();
699 tr.columns(cols);
700 tr.sql_types(types);
701 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
718 TableResultX tr = new TableResultX();
719 tr.columns(cols);
720 tr.sql_types(types);
721 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
761 TableResultX tr = new TableResultX();
762 tr.columns(cols);
763 tr.sql_types(types);
764 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
765 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0 &&
766 rs1 != null && rs1.tr != null && rs1.tr.nrows > 0) {
768 for (int i = 0; i < rs0.tr.ncolumns; i++) {
769 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
772 for (int i = 0; i < rs1.tr.ncolumns; i++) {
773 h1.put(rs1.tr.column[i], Integer.valueOf(i)); // android-changed
775 for (int i = 0; i < rs0.tr.nrows; i++) {
776 String r0[] = (String [])(rs0.tr.rows.elementAt(i));
794 if (rs2 == null || rs2.tr == null || rs2.tr.nrows <= 0) {
799 for (int k = 0; k < rs2.tr.ncolumns; k++) {
800 h2.put(rs2.tr.column[k], Integer.valueOf(k)); // android-changed
802 for (int k = 0; k < rs2.tr.nrows; k++) {
803 String r2[] = (String [])(rs2.tr.rows.elementAt(k));
806 for (int m = 0; m < rs1.tr.nrows; m++) {
807 String r1[] = (String [])(rs1.tr.rows.elementAt(m));
819 tr.newrow(row);
825 if (tr.nrows <= 0) {
835 tr.newrow(row);
852 TableResultX tr = new TableResultX();
853 tr.columns(cols);
854 tr.sql_types(types);
855 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
885 TableResultX tr = new TableResultX();
886 tr.columns(cols);
887 tr.sql_types(types);
888 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
889 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) {
891 for (int i = 0; i < rs0.tr.ncolumns; i++) {
892 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
894 for (int i = 0; i < rs0.tr.nrows; i++) {
895 String r0[] = (String [])(rs0.tr.rows.elementAt(i));
913 if (rs1 == null || rs1.tr == null || rs1.tr.nrows <= 0) {
918 for (int k = 0; k < rs1.tr.ncolumns; k++) {
919 h1.put(rs1.tr.column[k], Integer.valueOf(k)); // android-changed
921 for (int k = 0; k < rs1.tr.nrows; k++) {
922 String r1[] = (String [])(rs1.tr.rows.elementAt(k));
932 tr.newrow(row);
936 if (tr.nrows > 0) {
949 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) {
951 for (int i = 0; i < rs0.tr.ncolumns; i++) {
952 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
954 for (int i = 0; i < rs0.tr.nrows; i++) {
955 String r0[] = (String [])(rs0.tr.rows.elementAt(i));
975 tr.newrow(row);
984 for (int i = 0; i < in.tr.ncolumns; i++) {
985 h0.put(in.tr.column[i], Integer.valueOf(i)); // android-changed
987 for (int i = 0; i < in.tr.nrows; i++) {
988 String r0[] = (String [])(in.tr.rows.elementAt(i));
1054 TableResultX tr = new TableResultX();
1055 tr.columns(cols);
1056 tr.sql_types(types);
1057 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null);
1058 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) {
1059 internalImportedKeys(table, null, rs0, tr);
1080 TableResultX tr = new TableResultX();
1081 tr.columns(cols);
1082 tr.sql_types(types);
1083 JDBCResultSet rs = new JDBCResultSet(tr, null);
1126 TableResultX tr = new TableResultX();
1127 tr.columns(cols);
1128 tr.sql_types(types);
1129 JDBCResultSet rs = new JDBCResultSet(tr, null);
1130 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) {
1135 internalImportedKeys(foreignTable, pktable, rs0, tr);
1157 TableResultX tr = new TableResultX();
1158 tr.columns(cols);
1159 tr.sql_types(types);
1160 JDBCResultSet rs = new JDBCResultSet(tr, null);
1169 tr.newrow(row1);
1178 tr.newrow(row2);
1187 tr.newrow(row3);
1196 tr.newrow(row4);
1205 tr.newrow(row5);
1214 tr.newrow(row6);
1223 tr.newrow(row7);
1232 tr.newrow(row8);
1241 tr.newrow(row9);
1250 tr.newrow(row10);
1259 tr.newrow(row11);
1268 tr.newrow(row12);
1305 TableResultX tr = new TableResultX();
1306 tr.columns(cols);
1307 tr.sql_types(types);
1308 JDBCResultSet rs = new JDBCResultSet(tr, null);
1309 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) {
1311 for (int i = 0; i < rs0.tr.ncolumns; i++) {
1312 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
1314 for (int i = 0; i < rs0.tr.nrows; i++) {
1315 String r0[] = (String [])(rs0.tr.rows.elementAt(i));
1333 if (rs1 == null || rs1.tr == null || rs1.tr.nrows <= 0) {
1338 for (int k = 0; k < rs1.tr.ncolumns; k++) {
1339 h1.put(rs1.tr.column[k], Integer.valueOf(k)); // android-changed
1341 for (int k = 0; k < rs1.tr.nrows; k++) {
1342 String r1[] = (String [])(rs1.tr.rows.elementAt(k));
1361 tr.newrow(row);