#include <ildblink/ildconn.h>
#include <ildblink/ilddesc.h>
#include <ildblink/ildent.h>
#include <ildblink/ildsyn.h>
#include <ildblink/ildarg.h>
#include <ildblink/ildcall.h>
#include <ildblink/ildadtd.h>
#include <ildblink/dberr.h>
#include <ildblink/ildval.h>
#include <ildblink/ildadtval.h>
Classes | |
class | IldInitDBLink |
This class will initialize the link mode (dynamic / static). More... | |
Functions | |
void | IldInitDbmsModule () |
This function is called once at the beginning of the application (via class IldInitDBLink) in order to use the IldDbmsModel class. More... | |
IlInt | IldPatchLevel () |
This function returns the patch level of DB Link as an integer. | |
const char * | IldVersion () |
This function returns the full, extended version number of DB Link as a string. | |
Library: dbkernel
void IldInitDbmsModule | ( | ) |
This function is called once at the beginning of the application (via class IldInitDBLink) in order to use the IldDbmsModel
class.
Opening a connection requires first executing some initializations of DB Link. When working with the IldDbms
class, the initializations are performed in the function IldAllocConnect
. Since IldDbmsModel
instances are directly allocated via the class constructor, this function is added to run the required initialization.