<executeQuery>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/bc4j |
派生元: |
<ctrl:eventHandler>要素 |
グループ: |
UIX Controller |
要素の型: |
EventHandler |
<executeQuery>要素は、現在スコープ内にあるビュー・オブジェクトまたは行セットの問合せを実行します。
構文 |
 |
<executeQuery > </executeQuery>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<executeQuery>要素は、現在スコープ内にあるビュー・オブジェクトまたは行セットの問合せを実行します。
例 |
 |
次の例では、EmpAppModuleというルート・アプリケーション・モジュールでCurrentDeptEmpsVOというビュー・オブジェクトに対して問合せを実行します。
<ctrl:handlers>
<ctrl:event name="executeQuery" >
<bc4j:findRootAppModule name="EmpAppModule" >
<bc4j:findViewObject name="CurrentDeptEmpsVO" >
<bc4j:executeQuery/>
</bc4j:findViewObject>
</bc4j:findRootAppModule>
</ctrl:event>
</ctrl:handlers>