#include <HxCorbaDatabaseSessions.idl>
Inheritance diagram for HxCorba::VxMutableSegment::
Public Methods | |
void | setStart (in long start) |
void | setEnd (in long end) |
void | removeInt (in string id) raises (DatabaseException) |
void | removeDouble (in string id) raises (DatabaseException) |
void | removeString (in string id) raises (DatabaseException) |
void | changeInt (in string id, in long newValue) raises (DatabaseException) |
void | changeDouble (in string id, in double newValue) raises (DatabaseException) |
void | changeString (in string id, in string newValue) raises (DatabaseException) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|