|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CSqlInterfaceHandler: public CInterface { public: CSqlInterfaceHandler(); ~CSqlInterfaceHandler(); public: void AddInterface(const XSqlInterface &pInterface); XSqlInterface FindInterface(const CString &strType); };
The collection of supported SQL interfaces.
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();
Constructs the SQL interface handler.
~CSqlInterfaceHandler();
Destroys the SQL interface handler.
Function Detail |
void AddInterface(const XSqlInterface &pInterface);
Adds an SQL interface to the list of interfaces supported by this interface handler.
pInterface
- the SQL interface to addXSqlInterface FindInterface(const CString &strType);
Looks up the SQL interface of the specified type in the list of interfaces supported by this interface handler.
strType
- the interface type to look upNULL
if none was found
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |