MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  {
25  MySQL_ODBC_5_3_Driver
26  };
27 
29  explicit DtMySQLDriver(DriverVersion version);
30 
32  explicit DtMySQLDriver(const DtString& version);
33 
35  virtual ~DtMySQLDriver();
36 
39  virtual const DtString& name() const;
40 
41 
43  virtual DtDatabaseParameters* createParameters() const;
44 
47 
50  DtDatabaseEnvironment*) const;
51 
54 
57  DtDatabaseConnection*) const;
58 
59 protected:
61  DtString myVersionText;
62 };
63 
64 
65 #endif

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)