MAK Data Logger API Documentation for HLA
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:
48 };
49 
50 
51 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)