accessSqlDriver.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00007 
00008 #ifndef accessSqlDriver_H_
00009 #define accessSqlDriver_H_
00010 
00011 #include "databaseDriver.h"
00012 #include <vlutil/vlString.h>
00013 
00014 class DT_DLL_VLDB DtAccessDriver : public DtDatabaseDriver
00015 {
00016 public:
00017 
00019    explicit DtAccessDriver();
00020 
00022    virtual ~DtAccessDriver();
00023 
00026    virtual const DtString& name() const;
00027 
00028 
00030    virtual DtDatabaseParameters* createParameters() const;
00031 
00033    virtual DtDatabaseEnvironment* createEnvironment() const;
00034 
00036    virtual DtDatabaseConnection* createConnection(
00037       DtDatabaseEnvironment*) const;
00038 
00040    virtual DtDatabaseCommandFactory* createCommandFactory() const;
00041 
00043    virtual DtDatabaseCommandProcessor* createCommandProcessor(
00044       DtDatabaseConnection*) const;
00045 
00046 protected:
00047    DtString myVersionText;
00048 };
00049 
00050 
00051 #endif

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)