The sort may have been dropped already, in which case this method should thrown an exception. @exception StandardException Standard exception policy.
19611962196319641965196619671968196919701971
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open a scan row source on it. ScanControllerRowSource sc = sort.openSortRowSource(this); // Keep track of it so we can release on close. scanControllers.add(sc); return sc;
19571958195919601961196219631964196519661967
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open a scan row source on it. ScanControllerRowSource sc = sort.openSortRowSource(this); // Keep track of it so we can release on close. scanControllers.addElement(sc); return sc;
19351936193719381939194019411942194319441945
19231924192519261927192819291930193119321933
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open a scan row source on it. ScanControllerRowSource sc = sort.openSortRowSource(this); // Keep track of it so we can release on close. scanControllers.add( (ScanManager) sc ); return sc;
19421943194419451946194719481949195019511952
18091810181118121813181418151816181718181819
19341935193619371938193919401941194219431944
19451946194719481949195019511952195319541955