Lines Matching refs:crs1

160         CachedRowSet crs1 = rsf.createCachedRowSet();  in createCachedRowSetsToUse()  local
161 initSuppliersMetaData(crs1); in createCachedRowSetsToUse()
162 createSuppiersRows(crs1); in createCachedRowSetsToUse()
164 crs1.moveToCurrentRow(); in createCachedRowSetsToUse()
166 {crs, crs1} in createCachedRowSetsToUse()
188 public void joinRowSetTests0000(CachedRowSet crs, CachedRowSet crs1) in joinRowSetTests0000() argument
193 jrs.addRowSet(crs1, JOIN_COLNAME); in joinRowSetTests0000()
196 crs1.close(); in joinRowSetTests0000()
204 public void joinRowSetTests0001(CachedRowSet crs, CachedRowSet crs1) in joinRowSetTests0001() argument
209 jrs.addRowSet(crs1, SUPPLIERS_JOIN_COLUMN_INDEX); in joinRowSetTests0001()
212 crs1.close(); in joinRowSetTests0001()
220 public void joinRowSetTests0002(CachedRowSet crs, CachedRowSet crs1) in joinRowSetTests0002() argument
224 RowSet[] rowsets = {crs, crs1}; in joinRowSetTests0002()
229 crs1.close(); in joinRowSetTests0002()
237 public void joinRowSetTests0003(CachedRowSet crs, CachedRowSet crs1) in joinRowSetTests0003() argument
241 RowSet[] rowsets = {crs, crs1}; in joinRowSetTests0003()
247 crs1.close(); in joinRowSetTests0003()
255 public void joinRowSetTests0005(CachedRowSet crs, CachedRowSet crs1) in joinRowSetTests0005() argument
260 crs1.setMatchColumn(JOIN_COLNAME); in joinRowSetTests0005()
262 jrs.addRowSet(crs1); in joinRowSetTests0005()
265 crs1.close(); in joinRowSetTests0005()
273 public void joinRowSetTests0006(CachedRowSet crs, CachedRowSet crs1) in joinRowSetTests0006() argument
278 crs1.setMatchColumn(SUPPLIERS_JOIN_COLUMN_INDEX); in joinRowSetTests0006()
281 jrs.addRowSet(crs1); in joinRowSetTests0006()
284 crs1.close(); in joinRowSetTests0006()