VTK
9.2.6
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
30
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
vtkODBCInternals::vtkODBCInternals
vtkODBCInternals()
Definition
vtkODBCInternals.h:42
vtkODBCInternals::vtkODBCQuery
friend class vtkODBCQuery
Definition
vtkODBCInternals.h:39
vtkODBCInternals::vtkODBCDatabase
friend class vtkODBCDatabase
Definition
vtkODBCInternals.h:38
Generated on Fri Jan 24 2025 00:00:00 for VTK by
1.13.2