Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
systype.h File Reference
#include <ilviews/dataccess/string.h>
#include <ildblink/ilddbms.h>

Classes

class  IliSQLTraceOptions
 Database access class. More...
 

Typedefs

typedef IldDbms *(* IliSQLNewDbmsFunction) (const char *dbms, const char *par)
 
typedef void(* IliSQLTracePrintFunction) (const char *text)
 

Detailed Description

Library: dataccess
Declarations about SQL system.

Typedef Documentation

◆ IliSQLNewDbmsFunction

IliSQLNewDbmsFunction

This type defines the prototype of a function that is called when a new IldDbms object needs to be allocated.

Parameters
dbmsThe database name.
parThe connection parameters.
Returns
The IldDbms object.
See also
IliSQLSession.

◆ IliSQLTracePrintFunction

IliSQLTracePrintFunction

This type defines the prototype of a function that is called when the information related to SQL activity needs to be traced.

Parameters
textThe information to be traced.
See also
IliSQLSession.