Subject | Re: Update WHERE CURRENT OF vs. ResultSet.isLast() |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-07T22:21:22Z |
> Perhaps I am missing something, but doesn't this mean that after aThat was my concern too. As I wrote in another message, most likely we
> call to ResultSet.isLast() the current record can no longer be
> changed with a positional update?
will provide different fetchers for updatable and read-only cases.
This is not a big issue, since we will have to override only one method.
> If a programmer is so lame as to require isLast(), what is theI agree that adding physical cursor movement into isLast() can cause
> likelihood that he has even bothered to read the Jaybird
> documentation? Or have I missed something important?
more pain than joy.
Roman