99100101102103104105106
browser = table.getBTree().browse( key ); clearValue(); } catch( IOException e ) { throw new CursorException( e ); } }
137138139140141142143144
clearValue(); } catch( IOException e ) { throw new CursorException( e ); } }
188189190191192193194195
browser = table.getBTree().browse(); clearValue(); } catch( IOException e ) { throw new CursorException( e ); } }
206207208209210211212213
browser = table.getBTree().browse( null ); clearValue(); } catch( IOException e ) { throw new CursorException( e ); } }
266267268269270271272273
return false; } } catch( IOException e ) { throw new CursorException( e ); } }
306307308309310311312313
128129130131132133134135
forwardDirection = null; clearValue(); } catch( IOException e ) { throw new CursorException( e ); } }
179180181182183184185186
238239240241242243244245
258259260261262263264265