Oracle® Application Development Framework Developer's Guide For Forms/4GL Developers 10g (10.1.3.1.0) Part Number B25947-01 |
|
|
View PDF |
Table C-2 ADF Equivalents for Oracle Forms Query Processing Triggers
Forms Trigger | ADF Equivalent |
---|---|
Execute logic before executing a query in a Data Block, typically to setup values for query-by-example criteria in the "example record". |
Override |
Override default behavior to count the query hits for a Data Block |
Override |
Execute logic after retrieving each row from the datasource for a data block. |
Generally instead of using a |
Override default behavior to attempt to acquire lock on the current row in the data block. |
Override the |