TSQLRow.cxx

Go to the documentation of this file.
00001 // @(#)root/net:$Id: TSQLRow.cxx 23091 2008-04-09 15:04:27Z rdm $
00002 // Author: Fons Rademakers   25/11/99
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 //////////////////////////////////////////////////////////////////////////
00013 //                                                                      //
00014 // TSQLRow                                                              //
00015 //                                                                      //
00016 // Abstract base class defining interface to a row of a SQL query       //
00017 // result. Objects of this class are created by TSQLResult methods.     //
00018 //                                                                      //
00019 // Related classes are TSQLServer and TSQLResult.                       //
00020 //                                                                      //
00021 //////////////////////////////////////////////////////////////////////////
00022 
00023 #include "TSQLRow.h"
00024 
00025 ClassImp(TSQLRow)

Generated on Tue Jul 5 14:46:11 2011 for ROOT_528-00b_version by  doxygen 1.5.1