// @(#)root/sqlite: // Author: o.freyermuth , 01/06/2013 /************************************************************************* * Copyright (C) 1995-2013, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TSQLiteRow #define ROOT_TSQLiteRow #include "TSQLRow.h" class sqlite3_stmt; class TSQLiteRow : public TSQLRow { private: sqlite3_stmt *fResult{nullptr}; ///