rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

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

Enumeration Type Documentation

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.


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