VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IO
ODBC
vtkODBCInternals.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkODBCInternals.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
31
#ifndef vtkODBCInternals_h
32
#define vtkODBCInternals_h
33
34
#include <sql.h>
35
36
class
vtkODBCInternals
37
{
38
friend
class
vtkODBCDatabase
;
39
friend
class
vtkODBCQuery
;
40
41
public
:
42
vtkODBCInternals
()
43
: Environment(0)
44
, Connection(0)
45
{
46
}
47
48
private
:
49
SQLHANDLE Environment;
50
SQLHANDLE Connection;
51
};
52
53
#endif
54
// VTK-HeaderTest-Exclude: vtkODBCInternals.h
vtkODBCDatabase
maintain an ODBC connection to a SQL database
Definition:
vtkODBCDatabase.h:84
vtkODBCInternals
Simple class to hide ODBC structures.
Definition:
vtkODBCInternals.h:37
vtkODBCInternals::vtkODBCInternals
vtkODBCInternals()
Definition:
vtkODBCInternals.h:42
vtkODBCQuery
vtkSQLQuery implementation for ODBC connections to databases
Definition:
vtkODBCQuery.h:49
Generated on Fri Apr 21 2023 10:28:58 for VTK by
1.9.6