Lines Matching refs:nrows
104 if (pk.tr.nrows > 0) {
106 pkcols = new String[pk.tr.nrows];
107 pkcoli = new int[pk.tr.nrows];
108 for (int i = 0; i < pk.tr.nrows; i++) {
148 return row < tr.nrows;
178 row = tr.nrows + 1 + row;
181 if (row < 0 || row > tr.nrows) {
192 if (this.row + row < 0 || this.row + row >= tr.nrows) {
759 if (tr == null || tr.nrows <= 0) {
773 if (tr == null || tr.nrows <= 0) {
781 if (tr == null || tr.nrows <= 0) {
784 return row >= tr.nrows;
791 row = tr.nrows;
798 return row == tr.nrows - 1;
802 if (tr == null || tr.nrows <= 0) {
805 row = tr.nrows -1;
975 if (trnew.nrows != 1) {
990 rowbuf = new String[tr.nrows];