rwlogo

Rogue Wave DBLink API Reference Guide

Product Documentation:

Rogue Wave DBLink
Documentation Home

Classes | Functions
dblink.h File Reference
#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.
 

Detailed Description

[library dbkernel ildblink/dblink.h]

Function Documentation

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 IldNewDbms. Since IldDbmsModel instances are directly allocated via the class constructor, this function is added to run the required initialization.


© Copyright 2014, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.