Analysis Software
Documentation for sPHENIX simulation software
 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 
16 
18 
19 
20 //___________________________________________________________________
22  void* imp ):TSQL(imp)
23 {
24  // ctor
25 
26  fResultSet = rs;
27 }
28 
29 //___________________________________________________________________
31 {
32  // dtor
33 
34  fResultSet = 0;
35 }