Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

dsSQLAccessor Class Reference

This class support common interface to cal SP on different SQL servers. This SQL API designed to make access to DBApi simple. More...

#include <dsSQLAccessor.h>

Inheritance diagram for dsSQLAccessor:

dsOCI List of all members.

Protected Methods

virtual void Connect (const char *database, const char *username, const char *password, const int flags)=0
virtual void Cleanup ()=0
virtual void Execute (void *stmtp, int PrefetchRows, int CommitOnSuccess)=0

Detailed Description


Member Function Documentation

virtual void dsSQLAccessor::Cleanup   [protected, pure virtual]
 

Close connection and cleanup memory

Implemented in dsOCI.

virtual void dsSQLAccessor::Connect const char *    database,
const char *    username,
const char *    password,
const int    flags
[protected, pure virtual]
 

Connect client to database

Implemented in dsOCI.

virtual void dsSQLAccessor::Execute void *    stmtp,
int    PrefetchRows,
int    CommitOnSuccess
[protected, pure virtual]
 

Execute query,
See dsSPWrapper

Implemented in dsOCI.


The documentation for this class was generated from the following file:
Generated on Mon May 16 18:27:00 2005 for libdms4 by doxygen1.3-rc2