Administrative API Reference
Interrupts the specified context.
Scope
The scope of this API is limited to the immediate process.
Authorization
None
Required Connection
Database
Version
sql.h
C API Syntax
int sqleInterruptCtx (
void *pCtx,
void *reserved,
struct sqlca *pstSqlca);
|
API Parameters
- pCtx
- Input. A valid context previously allocated by sqleBeginCtx - Create and Attach to an Application Context.
- reserved
- Reserved for future use. Must be set to NULL.
- pstSqlca
- Output. A pointer to the sqlca structure. For
more information about this structure, see SQLCA.
Usage Notes
During processing, this API:
- Switches to the context that has been passed in
- Sends an interrupt
- Switches to the original context
- Exits.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]