// @(#)root/net:$Id$
// Author: Fons Rademakers   25/11/99

/*************************************************************************
 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TSQLRow                                                              //
//                                                                      //
// Abstract base class defining interface to a row of a SQL query       //
// result. Objects of this class are created by TSQLResult methods.     //
//                                                                      //
// Related classes are TSQLServer and TSQLResult.                       //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "TSQLRow.h"

ClassImp(TSQLRow)
 TSQLRow.cxx:1
 TSQLRow.cxx:2
 TSQLRow.cxx:3
 TSQLRow.cxx:4
 TSQLRow.cxx:5
 TSQLRow.cxx:6
 TSQLRow.cxx:7
 TSQLRow.cxx:8
 TSQLRow.cxx:9
 TSQLRow.cxx:10
 TSQLRow.cxx:11
 TSQLRow.cxx:12
 TSQLRow.cxx:13
 TSQLRow.cxx:14
 TSQLRow.cxx:15
 TSQLRow.cxx:16
 TSQLRow.cxx:17
 TSQLRow.cxx:18
 TSQLRow.cxx:19
 TSQLRow.cxx:20
 TSQLRow.cxx:21
 TSQLRow.cxx:22
 TSQLRow.cxx:23
 TSQLRow.cxx:24
 TSQLRow.cxx:25