Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
session.h File Reference
#include <ilviews/base/hash.h>
#include <ilviews/base/array.h>
#include <ilviews/dataccess/common.h>
#include <ilviews/dataccess/schema.h>
#include <ilviews/dataccess/tblref.h>
#include <ilviews/dataccess/tbldef.h>
#include <ilviews/dataccess/vsession.h>
#include <ilviews/dataccess/gcallbak.h>
#include <ilviews/dataccess/dbms/systype.h>
#include <ilviews/dataccess/dbms/cursor.h>
#include <ilviews/dataccess/dialogs/cxndlg.h>
#include <ilviews/dataccess/intrface/sqlseitf.h>

Classes

class  IliSQLSession
 Database access class. More...
 

Enumerations

enum  IliSQLQueryConnectFlag { IliSQLQueryPasswordOnly, IliSQLQueryIfNeeded, IliSQLQueryAlways }
 This enumerated type serves as the type of the third parameter for the IliSQLSession::queryConnect() member function. More...
 

Detailed Description

Library: dbaccess
Declarations about SQL session.

Enumeration Type Documentation

◆ IliSQLQueryConnectFlag

This enumerated type serves as the type of the third parameter for the IliSQLSession::queryConnect() member function.

Enumerator
IliSQLQueryPasswordOnly 

If the password is missing or incorrect, the user is prompted for it.

IliSQLQueryIfNeeded 

If any of the required connection parameters (user name, password, database, or options) are missing or invalid, the user is prompted for these parameters.

IliSQLQueryAlways 

The user is prompted for all parameters required to establish a connection.