Syntax
struct ListAction;
Description
This struct contains information needed in the notifications of a
XDynamicResultSet .
See also
- ListEvent
-
Field Details
|
|
Syntax
long Position;
Description
The position where something has happened (index begins with
1 as usual with JDBC ).
Its value does not necessary indicate the new position in the new
XResultSet , but a position
while doing the changes step by step beginning with the old
XResultSet .
Syntax
long Count;
Description
The count of involved rows.
Syntax
long ListActionType;
Description
specifies the kind of modification happened to all assigned rows.
The value of the other members of this struct depend on the value
of this member:
ListActionType |
Position |
Count |
ActionInfo |
WELCOME |
n/a |
n/a |
WelcomeDynamicResultSetStruct required |
CLEARED |
n/a |
n/a |
n/a |
INSERTED |
required 1-x |
required 1-x |
allowed but not required... @todo |
REMOVED |
required 1-x |
required 1-x |
n/a |
MOVED |
required 1-x |
required 1-x |
type long required |
PROPERTIES_CHANGED |
required 1-x |
required 1-x |
allowed but not required... @todo |
The value for this member can be one of the
ListActionType constants group.
Syntax
any ActionInfo;
Description
dependend on the content of ListAction::ListActionType
the ListAction::ActionInfo could contain additional
information about the changes happened (see table above).
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.