company logo

DataSource :: operator= - Assign data source handle

The function assigns the passed data source handle to the current data source handle.

Return value:  Data source definition ( odaba::DataSource & )

The data source handle provides definitions for external and internal resources (resource names and opened resource handles)

Implementation details

odaba::DataSource & DataSource  :: operator= ( odaba::DataSource &cDataSource )

The function copies the settings any handle opened in the passed data source. The data source handle refers to the same data source object as being passed in cDataSource, but the data source object reference count will be increased.

  • cDataSource - Data source definition

    The data source handle provides definitions for external and internal resources (resource names and opened resource handles)