Unicorn XML Toolkit
Version 1.00.00

Namespace Sql
Class CSqlEnvironment

class CSqlEnvironment: public CInterface {
public:
    CSqlEnvironment();
    virtual ~CSqlEnvironment();
public:
    virtual XSqlConnection CreateConnection() = 0;
    };

The abstract interface to an SQL run-time environment.

The run-time environment encapsulates information related to a single activation of the SQL interface. The envirnment object serves as a factory for connection objects.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CSqlConnection
Constructor/Destructor Summary
CSqlEnvironment ();
����������Constructs the environment.
~CSqlEnvironment ();
����������Destroys the environment.

Function Summary
XSqlConnection CreateConnection ();
����������Creates a new connection object.

Constructor/Destructor Detail

CSqlEnvironment

CSqlEnvironment();

Constructs the environment.

~CSqlEnvironment

virtual ~CSqlEnvironment();

Destroys the environment.

Function Detail

CreateConnection

virtual XSqlConnection CreateConnection() = 0;

Creates a new connection object.

Returns:
the newly created connection object

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.