:: com :: sun :: star :: ucb ::

struct WelcomeDynamicResultSetStruct
Description
This struct is to be contained in the first notification of an XDynamicResultSet.
See also
XDynamicResultSet, ListEvent, ListAction, ListActionType

Elements' Summary
Old The static result set containing the previous version of result set data.  
New The static result set containing the new version of result set data.  
Elements' Details
Old
::com::sun::star::sdbc::XResultSet Old;
Description
The static result set containing the previous version of result set data.
New
::com::sun::star::sdbc::XResultSet New;
Description
The static result set containing the new version of result set data.
Top of Page