MAK Data Logger API Documentation for DIS
mySqlDriver.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef mySqlDriver_H_
10 #define mySqlDriver_H_
11 
12 #include "databaseDriver.h"
13 #include <vlutil/vlString.h>
14 
16 {
17 public:
19  {
23  MySQL_ODBC_5_2w_Driver
24  };
25 
27  explicit DtMySQLDriver(DriverVersion version);
28 
30  virtual ~DtMySQLDriver();
31 
34  virtual const DtString& name() const;
35 
36 
38  virtual DtDatabaseParameters* createParameters() const;
39 
42 
45  DtDatabaseEnvironment*) const;
46 
49 
52  DtDatabaseConnection*) const;
53 
54 protected:
56  DtString myVersionText;
57 };
58 
59 
60 #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)