ROOT
6.08/07
Reference Guide
sql
oracle
inc
LinkDef.h
Go to the documentation of this file.
1
// @(#)root/oracle:$Id$
2
// Author: Yan Liu and Shaowen Wang 23/11/04
3
4
/*************************************************************************
5
* Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifdef __CINT__
13
14
#pragma link off all globals;
15
#pragma link off all classes;
16
#pragma link off all functions;
17
18
#pragma link C++ class TOracleServer;
19
#pragma link C++ class TOracleResult;
20
#pragma link C++ class TOracleRow;
21
#pragma link C++ class TOracleStatement;
22
23
#endif