Single-Row Query Events
accessSetName
An accessSetName event indicates a change in the name of a class in your application which is used to store the application specifications for your query, stored procedure and connection specifications.
connectionAlias
A connectionAlias event signals a change in the connection spec, which contains the database manager and data source name for the query.
dataManagerClass
A dataManagerClass event indicates a change in name of the database manager.
dataManagerName
A dataManagerName event indicates a change in name of the database manager.
dataName
A dataName event indicates a change in name of the database.
destroyedPart
The destroyedPart event signals that the part and its children have been destroyed. Any system resources associated with the destroyed parts have been released.
errorBlock
An errorBlock event indicates a change in the block of code that's run when an error occurs in the data access code.
executed
An executed event signals a change in execution status (whether or not the query has been executed).
executedQuery
The executedQuery event indicates that the query has executed.
executedQuerySuccessfully
The executedQuerySuccessfully event indicates that the query has executed successfully.
executedQueryWithError
The executedQueryWithError event indicates that the query has executed successfully.
lastError
A lastError event indicates the last error that occurred has changed.
lobDefinitionSpec
A lobDefinitionSpec event signals a change in the collection of definitions for each result column that has a LOB (large object) data type.
lobDefinitionUpdateRequest
The lobDefinitionUpdateRequest event indicates that a LOB definition is about to be used. Connect to this event when you want to change the LOB definition. For example, you can change the filename if the LOB definition is a file descriptor.
packageSpecName
A packageSpecName event indicates the name of the database package specification that the query (and any necessary generated queries) will be stored in, has changed. A package specification is used to make SQL statements run as static SQL rather than dynamic. To ensure that all necessary SQL statements are generated and included in the package specification, you should set the value of packageSpecName only via the Multi-Row Query Settings window.
querySpecName
A querySpecName event indicates a change in the name of the query spec.
resultRow
A resultrow event indicates a change in the actual result row part retrieved from the database.
rowDeletedSuccessfully
The rowDeletedSuccessfully event indicates that the current row was deleted successfully.
rowDeleteFailed
The rowDeleteFailed event indicates that the attempt to delete the current row failed.
rowNotFound
The rowNotFound event indicates that the query executed but found no row in the database matching the search criteria.
rowUpdatedSuccessfully
The rowUpdatedSuccessfully event indicates that the current row was updated successfully. You can also use this event to add a row to the database.
rowUpdateFailed
The rowUpdateFailed event indicates that the attempt to update the current row failed. You can also use this event to add a row to the database.
self
A self event indicates that the value of the target part itself has changed.
Last modified date: 01/29/2015