Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TSQLResultSetMetaData.cxx
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TSQLResultSetMetaData.cxx
1
// $Id: TSQLResultSetMetaData.cxx,v 1.1.1.1 2004/02/18 20:58:02 dave Exp $
2
//*-- Author : Valeriy Onuchin 14/02/2000
3
//
4
6
//
7
// An object that can be used to find out about the
8
// types and properties of the columns in a TSQLResultSet.
9
//
10
// See also:
11
// TSQLResultSet TSQLDatabaseMetaData
12
//
14
15
#include <
RDBC/TSQLResultSetMetaData.h
>
16
17
ClassImpQ
(
TSQLResultSetMetaData
)
18
19
20
//___________________________________________________________________
21
TSQLResultSetMetaData
::
TSQLResultSetMetaData
(
TSQLResultSet
* rs,
22
void
* imp ):
TSQL
(imp)
23
{
24
// ctor
25
26
fResultSet = rs;
27
}
28
29
//___________________________________________________________________
30
TSQLResultSetMetaData::~TSQLResultSetMetaData
()
31
{
32
// dtor
33
34
fResultSet
= 0;
35
}
RDBC
blob
master
rdbc
TSQLResultSetMetaData.cxx
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:49
using
1.8.2 with
sPHENIX GitHub integration