Parts Reference
- 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.
- autoCommit
- An autoCommit event sends the part a signal that you want
updates made to the data automatically committed to the database.
- blockFetch
- A blockFetch event indicates the way rows are retrieved from
the database has changed.
- blockFetchSize
- A blockFetchSize event indicates a change in the size of the
block you want to fetch.
- 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.
- deferUpdates
- A deferUpdates event indicates a change in when you want
updates sent.
- 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.
- lockCurrentRow
- A lockCurrentRow event indicates the current row is
locked.
- maximumNumberRows
- A maximumNumberRows event indicates a change in the number of
rows that can be returned by running this query.
- 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.
- packetEnabled
- A packetEnabled event indicates a change in how rows are
retrieved, in packets or all rows retrieved at once.
- querySpecName
- A querySpecName event indicates a change in the name of the
query spec.
- readOnly
- The readOnly event signals the part that the user is unable to
modify the existing text. No changes can be made to the part, by the
user.
- resultTable
- A resultTable event indicates a change in the actual Query
Result table part created by the database query.
- self
- A self event indicates that the value of the target part itself
has changed.
- updateColumns
- An updateColumns event signals a change in the collection of
column names that will be set in an update. If the column is not
listed, it will not be updated.
- updateIndex
- An updateIndex event indicates a change in the collection of
names to be used as an index when locking and updating a row.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]