Unicorn XML Toolkit
Version 1.00.00

Namespace Sql
Class CSqlInterfaceHandler

class CSqlInterfaceHandler: public CInterface {
public:
    CSqlInterfaceHandler();
    ~CSqlInterfaceHandler();
public:
    void AddInterface(const XSqlInterface &pInterface);
    XSqlInterface FindInterface(const CString &strType);
    };

The collection of supported SQL interfaces.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CSqlInterface
Constructor/Destructor Summary
CSqlInterfaceHandler ();
����������Constructs the SQL interface handler.
~CSqlInterfaceHandler ();
����������Destroys the SQL interface handler.

Function Summary
void AddInterface (const XSqlInterface &pInterface);
����������Adds an SQL interface to the list of interfaces supported by this interface handler.
XSqlInterface FindInterface (const CString &strType);
����������Looks up the SQL interface of the specified type in the list of interfaces supported by this interface handler.

Constructor/Destructor Detail

CSqlInterfaceHandler

CSqlInterfaceHandler();

Constructs the SQL interface handler.

~CSqlInterfaceHandler

~CSqlInterfaceHandler();

Destroys the SQL interface handler.

Function Detail

AddInterface

void AddInterface(const XSqlInterface &pInterface);

Adds an SQL interface to the list of interfaces supported by this interface handler.

Parameters:
pInterface - the SQL interface to add

FindInterface

XSqlInterface FindInterface(const CString &strType);

Looks up the SQL interface of the specified type in the list of interfaces supported by this interface handler.

Parameters:
strType - the interface type to look up
Returns:
the SQL interface with the specified type; NULL if none was found

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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