DB2 Version 10.1 for Linux, UNIX, and Windows
Threaded applications with concurrent access
sqleAttachToCtx API - Attach to context
Makes the current thread use a specified context.
sqleBeginCtx API - Create and attach to an application context
Creates an application context, or creates and then attaches to an application context.
sqleDetachFromCtx API - Detach from context
Detaches the context being used by the current thread.
sqleEndCtx API - Detach from and free the memory associated with an application context
Frees all memory associated with a given context.
sqleGetCurrentCtx API - Get current context
Returns the current context associated with a thread.
sqleInterruptCtx API - Interrupt context
Interrupts the specified context.
sqleSetTypeCtx API - Set application context type