The sort may have been dropped already, in which case this method should thrown an exception. @exception StandardException Standard exception policy.
18641865186618671868186918701871187218731874
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open it. SortController sc = sort.open(this); // Keep track of it so we can release on close. if (sortControllers == null) sortControllers = new ArrayList(); sortControllers.add(sc);
18601861186218631864186518661867186818691870
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open it. SortController sc = sort.open(this); // Keep track of it so we can release on close. if (sortControllers == null) sortControllers = new Vector(); sortControllers.addElement(sc);
18381839184018411842184318441845184618471848
18271828182918301831183218331834183518361837
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open it. SortController sc = sort.open(this); // Keep track of it so we can release on close. if (sortControllers == null) sortControllers = new ArrayList<SortController>(); sortControllers.add(sc);
18451846184718481849185018511852185318541855
17121713171417151716171717181719172017211722
18371838183918401841184218431844184518461847
18481849185018511852185318541855185618571858