VTK  9.3.20240417
Public Member Functions | Friends | List of all members
vtkODBCInternals Class Reference

Simple class to hide ODBC structures. More...

#include <vtkODBCInternals.h>

Public Member Functions

 vtkODBCInternals ()
 

Friends

class vtkODBCDatabase
 
class vtkODBCQuery
 

Detailed Description

Simple class to hide ODBC structures.

There is no .cxx file to go along with this header. Its sole purpose is to let vtkODBCQuery and vtkODBCDatabase share the variables that describe a single connection.

See also
vtkODBCDatabase vtkODBCQuery

Definition at line 25 of file vtkODBCInternals.h.

Constructor & Destructor Documentation

◆ vtkODBCInternals()

vtkODBCInternals::vtkODBCInternals ( )
inline

Definition at line 31 of file vtkODBCInternals.h.

Friends And Related Function Documentation

◆ vtkODBCDatabase

friend class vtkODBCDatabase
friend

Definition at line 27 of file vtkODBCInternals.h.

◆ vtkODBCQuery

friend class vtkODBCQuery
friend

Definition at line 28 of file vtkODBCInternals.h.


The documentation for this class was generated from the following file: