MAK Data Logger API Documentation for HLA
databaseConnection.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 databaseConnection_H_
10 #define databaseConnection_H_
11 
12 #include "vlDatabase.h"
13 
15 
18 {
19 public:
21  // 'disconnected' state.
23 
25  virtual ~DtDatabaseConnection();
26 
28  virtual void setConnectionParameters(DtDatabaseParameters*,bool useMaster) = 0;
29 
30  // by this class at construction time
31  virtual bool connect() = 0;
32  virtual bool connectSansDSN() = 0;
33 
34  // Disconnect from the currently connected database
35  virtual bool disconnect() = 0;
36 
37 };
38 
39 #endif

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)