rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave 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 ilviews/dataccess/dbms/systype.h] Declarations about SQL system.

Typedef Documentation

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

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

© 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.