Definition at line 72 of file deviceitem-gw.h.
OSB_DB::DeviceItemGw::DeviceItemGw | ( | const DeviceItemGw & | ) | [private] |
Prevent copying: Copy constructor not implemented.
OSB_DB::DeviceItemGw::DeviceItemGw | ( | ) | [inline] |
bool OSB_DB::DeviceItemGw::fetch | ( | const Session & | session, | |
OSB_LIB::DeviceItem & | dvcItem | |||
) |
Read data for a device item.
session | Database session to use. | |
dvcItem | Device item to read. |
bool OSB_DB::DeviceItemGw::insert | ( | const Session & | session, | |
const OSB_LIB::DeviceItem & | dvcItem | |||
) |
Insert device item specific data to the database.
session | Database session to use. | |
dvcItem | Device item to insert. |
DeviceItemGw& OSB_DB::DeviceItemGw::operator= | ( | const DeviceItemGw & | ) | [private] |
Prevent assignment: Assignment not implemented.
bool OSB_DB::DeviceItemGw::remove | ( | const Session & | session, | |
const OSB_LIB::DeviceItem & | dvcItem | |||
) |
Delete device item specific data from the database.
session | Database session to use. | |
dvcItem | Price list item to be deleted. |
bool OSB_DB::DeviceItemGw::update | ( | const Session & | session, | |
const OSB_LIB::DeviceItem & | dvcItem | |||
) |
Update device item specific data in the database.
session | Database session to use. | |
dvcItem | Device item to update. |