Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I want to know the difference between row.REFRESH_UNDO_CHANGES | row.REFRES

user611775Feb 8 2011 — edited Feb 9 2011
I want to under stand this statement
row.refresh(row.REFRESH_UNDO_CHANGES | row.REFRESH_FORGET_NEW_ROWS);
I know that refresh method take int
I want to know what is the meaning of this int
and what if I used
row.refresh(row.REFRESH_UNDO_CHANGES);
Or
row.refresh(row.REFRESH_FORGET_NEW_ROWS);
and When I use the Both what is the meaning of this and how this is executed.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2011
Added on Feb 8 2011
6 comments
542 views