DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_transition_type()
The
mi_transition_type()
accessor function is used in a callback routine to find the type of state transition that occurred.
Syntax
MI_TRANSITION_TYPE mi_transition_type(
data
)
MI_TRANSITION_DESC *data;
data
is a pointer to the event-type-specific structure passed to the callback.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Usage
The
mi_transition_type()
routine handles the following state transition events:
MI_EVENT_END_SESSION
,
MI
_Xact_State_Change, and
MI_EVENT_END_STMT
.
Return Values
The type of state transition that occurred. Possible values are
MI_BEGIN
,
MI_NORMAL_END
, and
MI_ABORT_END
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.