MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
accessSqlDriver.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #ifndef accessSqlDriver_H_
9 #define accessSqlDriver_H_
10 
11 #include "databaseDriver.h"
12 #include <vlutil/vlString.h>
13 
15 {
16 public:
17 
19  explicit DtAccessDriver();
20 
22  virtual ~DtAccessDriver();
23 
26  virtual const DtString& name() const;
27 
28 
30  virtual DtDatabaseParameters* createParameters() const;
31 
34 
37  DtDatabaseEnvironment*) const;
38 
41 
44  DtDatabaseConnection*) const;
45 
46 protected:
47  DtString myVersionText;
48 };
49 
50 
51 #endif

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)