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!

How to find the binding of region in bean programatically

User_EYDARJan 20 2014 — edited Jan 21 2014

Hi,

I want to get the bindings of region through a bean.When I am trying to do like this it gives the binding of the page which holds the region.

Can you please tell me how to do this.

Thanks in advance,

Harsh

This post has been answered by Frank Nimphius-Oracle on Jan 21 2014
Jump to Answer

Comments

Solomon Yakobson
Answer

Merge updates/deletes matching rows and/or inserts non-matching rows. When matched means we took source row (source is defined by USING clause) and found a matching row in target (defined by INTO clause). In such case we can update/delete target row but not insert like in your example. When not matched means we took source row (source is defined by USING clause) but didn't find a matching row in target (defined by INTO clause). So what's here to delete from target?
SY.

Marked as Answer by User_8GUKB · May 28 2022
User_8GUKB

thank you for your clarity

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 18 2014
Added on Jan 20 2014
5 comments
126 views