struct WelcomeDynamicResultSetStruct in module com::sun::star::ucb::

(Global Index)

Syntax

struct WelcomeDynamicResultSetStruct;

Description

This struct is to be contained in the first notification of an XDynamicResultSet .

See also

XDynamicResultSet

See also

ListEvent

See also

ListAction

See also

ListActionType

Field Summary

Old The static resultset containing the previous version of resultset data.

New The static resultset containing the new version of resultset data.

Field Details



Old

Syntax

com::sun::star::sdbc::XResultSet Old;

Description

The static resultset containing the previous version of resultset data.


New

Syntax

com::sun::star::sdbc::XResultSet New;

Description

The static resultset containing the new version of resultset data.

Top of Page