MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
vlDatabase
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
14
class
DT_DLL_VLDB
DtAccessDriver
:
public
DtDatabaseDriver
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
33
virtual
DtDatabaseEnvironment
*
createEnvironment
()
const
;
34
36
virtual
DtDatabaseConnection
*
createConnection
(
37
DtDatabaseEnvironment
*)
const
;
38
40
virtual
DtDatabaseCommandFactory
*
createCommandFactory
()
const
;
41
43
virtual
DtDatabaseCommandProcessor
*
createCommandProcessor
(
44
DtDatabaseConnection
*)
const
;
45
46
protected
:
47
DtString
myVersionText
;
48
};
49
50
51
#endif
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)