Twin class for IldIldBase
, with inheritance capability.
More...
#include <ildblink/basemodl.h>
Twin class for IldIldBase
, with inheritance capability.
Library: dbkernel
Since the IldDbms
and IldRequest
classes cannot be inherited, new classes IldDbmsModel
and IldRequestModel
are provided. They offer the same functionalities as the IldDbms
and IldRequest
classes, and they can be inherited. IldBaseModel
provides the common error mechanism for the IldDbmsModel
and IldRequestModel
classes, just as IldIldBase
does for the IldDbms
and IldRequest
classes.
Therefore, the description of the various member functions is the same as the description given in the IldIldBase
class.