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

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

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