// // File generated by core/utils/src/rootcint_tmp at Wed Mar 14 10:30:57 2018 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME sqldIsqlitedIsrcdIG__SQLite #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "G__SQLite.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TInterpreter.h" #include "TVirtualMutex.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // Direct notice to TROOT of the dictionary's loading. namespace { static struct DictInit { DictInit() { ROOT::RegisterModule(); } } __TheDictionaryInitializer; } // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void TSQLiteResult_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TSQLiteResult(void *p); static void deleteArray_TSQLiteResult(void *p); static void destruct_TSQLiteResult(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSQLiteResult*) { ::TSQLiteResult *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSQLiteResult >(0); static ::ROOT::TGenericClassInfo instance("TSQLiteResult", ::TSQLiteResult::Class_Version(), "include/TSQLiteResult.h", 26, typeid(::TSQLiteResult), DefineBehavior(ptr, ptr), &::TSQLiteResult::Dictionary, isa_proxy, 4, sizeof(::TSQLiteResult) ); instance.SetDelete(&delete_TSQLiteResult); instance.SetDeleteArray(&deleteArray_TSQLiteResult); instance.SetDestructor(&destruct_TSQLiteResult); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TSQLiteResult*) { return GenerateInitInstanceLocal((::TSQLiteResult*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSQLiteResult*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace ROOT { void TSQLiteRow_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TSQLiteRow(void *p); static void deleteArray_TSQLiteRow(void *p); static void destruct_TSQLiteRow(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSQLiteRow*) { ::TSQLiteRow *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSQLiteRow >(0); static ::ROOT::TGenericClassInfo instance("TSQLiteRow", ::TSQLiteRow::Class_Version(), "include/TSQLiteRow.h", 26, typeid(::TSQLiteRow), DefineBehavior(ptr, ptr), &::TSQLiteRow::Dictionary, isa_proxy, 4, sizeof(::TSQLiteRow) ); instance.SetDelete(&delete_TSQLiteRow); instance.SetDeleteArray(&deleteArray_TSQLiteRow); instance.SetDestructor(&destruct_TSQLiteRow); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TSQLiteRow*) { return GenerateInitInstanceLocal((::TSQLiteRow*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSQLiteRow*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace ROOT { void TSQLiteServer_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TSQLiteServer(void *p); static void deleteArray_TSQLiteServer(void *p); static void destruct_TSQLiteServer(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSQLiteServer*) { ::TSQLiteServer *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSQLiteServer >(0); static ::ROOT::TGenericClassInfo instance("TSQLiteServer", ::TSQLiteServer::Class_Version(), "include/TSQLiteServer.h", 27, typeid(::TSQLiteServer), DefineBehavior(ptr, ptr), &::TSQLiteServer::Dictionary, isa_proxy, 4, sizeof(::TSQLiteServer) ); instance.SetDelete(&delete_TSQLiteServer); instance.SetDeleteArray(&deleteArray_TSQLiteServer); instance.SetDestructor(&destruct_TSQLiteServer); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TSQLiteServer*) { return GenerateInitInstanceLocal((::TSQLiteServer*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSQLiteServer*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace ROOT { void TSQLiteStatement_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TSQLiteStatement(void *p); static void deleteArray_TSQLiteStatement(void *p); static void destruct_TSQLiteStatement(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSQLiteStatement*) { ::TSQLiteStatement *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSQLiteStatement >(0); static ::ROOT::TGenericClassInfo instance("TSQLiteStatement", ::TSQLiteStatement::Class_Version(), "include/TSQLiteStatement.h", 42, typeid(::TSQLiteStatement), DefineBehavior(ptr, ptr), &::TSQLiteStatement::Dictionary, isa_proxy, 4, sizeof(::TSQLiteStatement) ); instance.SetDelete(&delete_TSQLiteStatement); instance.SetDeleteArray(&deleteArray_TSQLiteStatement); instance.SetDestructor(&destruct_TSQLiteStatement); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TSQLiteStatement*) { return GenerateInitInstanceLocal((::TSQLiteStatement*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSQLiteStatement*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr TSQLiteResult::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TSQLiteResult::Class_Name() { return "TSQLiteResult"; } //______________________________________________________________________________ const char *TSQLiteResult::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteResult*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TSQLiteResult::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteResult*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TSQLiteResult::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteResult*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TSQLiteResult::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteResult*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ atomic_TClass_ptr TSQLiteRow::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TSQLiteRow::Class_Name() { return "TSQLiteRow"; } //______________________________________________________________________________ const char *TSQLiteRow::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteRow*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TSQLiteRow::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteRow*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TSQLiteRow::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteRow*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TSQLiteRow::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteRow*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ atomic_TClass_ptr TSQLiteServer::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TSQLiteServer::Class_Name() { return "TSQLiteServer"; } //______________________________________________________________________________ const char *TSQLiteServer::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteServer*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TSQLiteServer::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteServer*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TSQLiteServer::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteServer*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TSQLiteServer::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteServer*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ atomic_TClass_ptr TSQLiteStatement::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TSQLiteStatement::Class_Name() { return "TSQLiteStatement"; } //______________________________________________________________________________ const char *TSQLiteStatement::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteStatement*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TSQLiteStatement::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteStatement*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TSQLiteStatement::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteStatement*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TSQLiteStatement::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSQLiteStatement*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ void TSQLiteServer::Streamer(TBuffer &R__b) { // Stream an object of class TSQLiteServer. if (R__b.IsReading()) { R__b.ReadClassBuffer(TSQLiteServer::Class(),this); } else { R__b.WriteClassBuffer(TSQLiteServer::Class(),this); } } //______________________________________________________________________________ void TSQLiteServer::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TSQLiteServer. TClass *R__cl = ::TSQLiteServer::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fSrvInfo", &fSrvInfo); R__insp.InspectMember(fSrvInfo, "fSrvInfo."); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSQLite", &fSQLite); TSQLServer::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TSQLiteServer(void *p) { delete ((::TSQLiteServer*)p); } static void deleteArray_TSQLiteServer(void *p) { delete [] ((::TSQLiteServer*)p); } static void destruct_TSQLiteServer(void *p) { typedef ::TSQLiteServer current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TSQLiteServer //______________________________________________________________________________ void TSQLiteResult::Streamer(TBuffer &R__b) { // Stream an object of class TSQLiteResult. if (R__b.IsReading()) { R__b.ReadClassBuffer(TSQLiteResult::Class(),this); } else { R__b.WriteClassBuffer(TSQLiteResult::Class(),this); } } //______________________________________________________________________________ void TSQLiteResult::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TSQLiteResult. TClass *R__cl = ::TSQLiteResult::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResult", &fResult); TSQLResult::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TSQLiteResult(void *p) { delete ((::TSQLiteResult*)p); } static void deleteArray_TSQLiteResult(void *p) { delete [] ((::TSQLiteResult*)p); } static void destruct_TSQLiteResult(void *p) { typedef ::TSQLiteResult current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TSQLiteResult //______________________________________________________________________________ void TSQLiteRow::Streamer(TBuffer &R__b) { // Stream an object of class TSQLiteRow. if (R__b.IsReading()) { R__b.ReadClassBuffer(TSQLiteRow::Class(),this); } else { R__b.WriteClassBuffer(TSQLiteRow::Class(),this); } } //______________________________________________________________________________ void TSQLiteRow::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TSQLiteRow. TClass *R__cl = ::TSQLiteRow::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResult", &fResult); TSQLRow::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TSQLiteRow(void *p) { delete ((::TSQLiteRow*)p); } static void deleteArray_TSQLiteRow(void *p) { delete [] ((::TSQLiteRow*)p); } static void destruct_TSQLiteRow(void *p) { typedef ::TSQLiteRow current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TSQLiteRow //______________________________________________________________________________ void TSQLiteStatement::Streamer(TBuffer &R__b) { // Stream an object of class TSQLiteStatement. if (R__b.IsReading()) { R__b.ReadClassBuffer(TSQLiteStatement::Class(),this); } else { R__b.WriteClassBuffer(TSQLiteStatement::Class(),this); } } //______________________________________________________________________________ void TSQLiteStatement::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TSQLiteStatement. TClass *R__cl = ::TSQLiteStatement::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStmt", &fStmt); R__insp.Inspect(R__cl, R__insp.GetParent(), "fWorkingMode", &fWorkingMode); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumPars", &fNumPars); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIterationCount", &fIterationCount); TSQLStatement::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TSQLiteStatement(void *p) { delete ((::TSQLiteStatement*)p); } static void deleteArray_TSQLiteStatement(void *p) { delete [] ((::TSQLiteStatement*)p); } static void destruct_TSQLiteStatement(void *p) { typedef ::TSQLiteStatement current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TSQLiteStatement /******************************************************** * sql/sqlite/src/G__SQLite.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableG__SQLite(); extern "C" void G__set_cpp_environmentG__SQLite() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TSQLiteResult.h"); G__add_compiledheader("TSQLiteRow.h"); G__add_compiledheader("TSQLiteServer.h"); G__add_compiledheader("TSQLiteStatement.h"); G__cpp_reset_tagtableG__SQLite(); } #include extern "C" int G__cpp_dllrevG__SQLite() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TSQLiteResult */ static int G__G__SQLite_110_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteResult* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteResult((void*) G__int(libp->para[0])); } else { p = new((void*) gvp) TSQLiteResult((void*) G__int(libp->para[0])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TSQLiteResult::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteResult::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TSQLiteResult::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteResult::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TSQLiteResult*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteResult::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteResult::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteResult::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_110_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteResult::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__G__SQLite_110_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteResult* p; void* tmp = (void*) G__int(libp->para[0]); p = new TSQLiteResult(*(TSQLiteResult*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TSQLiteResult G__TTSQLiteResult; static int G__G__SQLite_110_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TSQLiteResult*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TSQLiteResult*) (soff+(sizeof(TSQLiteResult)*i)))->~G__TTSQLiteResult(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TSQLiteResult*) soff; } else { G__setgvp((long) G__PVOID); ((TSQLiteResult*) (soff))->~G__TTSQLiteResult(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__G__SQLite_110_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteResult* dest = (TSQLiteResult*) G__getstructoffset(); *dest = *(TSQLiteResult*) libp->para[0].ref; const TSQLiteResult& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* TSQLiteRow */ static int G__G__SQLite_111_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteRow* p = NULL; char* gvp = (char*) G__getgvp(); //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteRow((void*) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1])); } else { p = new((void*) gvp) TSQLiteRow((void*) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TSQLiteRow::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteRow::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TSQLiteRow::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteRow::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TSQLiteRow*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteRow::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteRow::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteRow::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_111_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteRow::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__G__SQLite_111_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteRow* p; void* tmp = (void*) G__int(libp->para[0]); p = new TSQLiteRow(*(TSQLiteRow*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TSQLiteRow G__TTSQLiteRow; static int G__G__SQLite_111_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TSQLiteRow*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TSQLiteRow*) (soff+(sizeof(TSQLiteRow)*i)))->~G__TTSQLiteRow(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TSQLiteRow*) soff; } else { G__setgvp((long) G__PVOID); ((TSQLiteRow*) (soff))->~G__TTSQLiteRow(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__G__SQLite_111_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteRow* dest = (TSQLiteRow*) G__getstructoffset(); *dest = *(TSQLiteRow*) libp->para[0].ref; const TSQLiteRow& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* TSQLiteServer */ static int G__G__SQLite_136_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteServer* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 3: //m: 3 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteServer( (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]) , (const char*) G__int(libp->para[2])); } else { p = new((void*) gvp) TSQLiteServer( (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]) , (const char*) G__int(libp->para[2])); } break; case 2: //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteServer((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); } else { p = new((void*) gvp) TSQLiteServer((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); } break; case 1: //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteServer((const char*) G__int(libp->para[0])); } else { p = new((void*) gvp) TSQLiteServer((const char*) G__int(libp->para[0])); } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TSQLiteServer::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteServer::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TSQLiteServer::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteServer::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TSQLiteServer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteServer::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteServer::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteServer::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_136_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteServer::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__G__SQLite_136_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteServer* p; void* tmp = (void*) G__int(libp->para[0]); p = new TSQLiteServer(*(TSQLiteServer*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TSQLiteServer G__TTSQLiteServer; static int G__G__SQLite_136_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TSQLiteServer*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TSQLiteServer*) (soff+(sizeof(TSQLiteServer)*i)))->~G__TTSQLiteServer(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TSQLiteServer*) soff; } else { G__setgvp((long) G__PVOID); ((TSQLiteServer*) (soff))->~G__TTSQLiteServer(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__G__SQLite_136_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteServer* dest = (TSQLiteServer*) G__getstructoffset(); *dest = *(TSQLiteServer*) libp->para[0].ref; const TSQLiteServer& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* TSQLiteStatement */ static int G__G__SQLite_139_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteStatement* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 2: //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteStatement((SQLite3_Stmt_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])); } else { p = new((void*) gvp) TSQLiteStatement((SQLite3_Stmt_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])); } break; case 1: //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TSQLiteStatement((SQLite3_Stmt_t*) G__int(libp->para[0])); } else { p = new((void*) gvp) TSQLiteStatement((SQLite3_Stmt_t*) G__int(libp->para[0])); } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((TSQLiteStatement*) G__getstructoffset())->Close((Option_t*) G__int(libp->para[0])); G__setnull(result7); break; case 0: ((TSQLiteStatement*) G__getstructoffset())->Close(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TSQLiteStatement::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteStatement::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TSQLiteStatement::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteStatement::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TSQLiteStatement*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteStatement::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteStatement::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TSQLiteStatement::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__SQLite_139_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TSQLiteStatement::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__G__SQLite_139_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteStatement* p; void* tmp = (void*) G__int(libp->para[0]); p = new TSQLiteStatement(*(TSQLiteStatement*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TSQLiteStatement G__TTSQLiteStatement; static int G__G__SQLite_139_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TSQLiteStatement*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TSQLiteStatement*) (soff+(sizeof(TSQLiteStatement)*i)))->~G__TTSQLiteStatement(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TSQLiteStatement*) soff; } else { G__setgvp((long) G__PVOID); ((TSQLiteStatement*) (soff))->~G__TTSQLiteStatement(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__G__SQLite_139_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TSQLiteStatement* dest = (TSQLiteStatement*) G__getstructoffset(); *dest = *(TSQLiteStatement*) libp->para[0].ref; const TSQLiteStatement& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TSQLiteResult */ /* TSQLiteRow */ /* TSQLiteServer */ /* TSQLiteStatement */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncG__SQLite { public: G__Sizep2memfuncG__SQLite(): p(&G__Sizep2memfuncG__SQLite::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncG__SQLite::*p)(); }; size_t G__get_sizep2memfuncG__SQLite() { G__Sizep2memfuncG__SQLite a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceG__SQLite() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult))) { TSQLiteResult *G__Lderived; G__Lderived=(TSQLiteResult*)0x1000; { TSQLResult *G__Lpbase=(TSQLResult*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult),G__get_linked_tagnum(&G__G__SQLiteLN_TSQLResult),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult),G__get_linked_tagnum(&G__G__SQLiteLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow))) { TSQLiteRow *G__Lderived; G__Lderived=(TSQLiteRow*)0x1000; { TSQLRow *G__Lpbase=(TSQLRow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow),G__get_linked_tagnum(&G__G__SQLiteLN_TSQLRow),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow),G__get_linked_tagnum(&G__G__SQLiteLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer))) { TSQLiteServer *G__Lderived; G__Lderived=(TSQLiteServer*)0x1000; { TSQLServer *G__Lpbase=(TSQLServer*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer),G__get_linked_tagnum(&G__G__SQLiteLN_TSQLServer),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer),G__get_linked_tagnum(&G__G__SQLiteLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement))) { TSQLiteStatement *G__Lderived; G__Lderived=(TSQLiteStatement*)0x1000; { TSQLStatement *G__Lpbase=(TSQLStatement*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement),G__get_linked_tagnum(&G__G__SQLiteLN_TSQLStatement),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement),G__get_linked_tagnum(&G__G__SQLiteLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableG__SQLite() { /* Setting up typedef entry */ G__search_typename2("ULong_t",107,-1,0,-1); G__setnewtype(-1,"Unsigned long integer 8 bytes (unsigned long)",0); G__search_typename2("Bool_t",103,-1,0,-1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256,-1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__SQLiteLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__SQLiteLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__SQLiteLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__SQLiteLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__SQLiteLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__SQLiteLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__SQLiteLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__SQLiteLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__SQLiteLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__SQLiteLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TSQLiteResult */ static void G__setup_memvarTSQLiteResult(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult)); { TSQLiteResult *p; p=(TSQLiteResult*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_sqlite3_stmt),-1,-1,4,"fResult=",0,"query result (rows)"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_TClass),G__defined_typename("atomic_TClass_ptr"),-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TSQLiteRow */ static void G__setup_memvarTSQLiteRow(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow)); { TSQLiteRow *p; p=(TSQLiteRow*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_sqlite3_stmt),-1,-1,4,"fResult=",0,"current result set"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_TClass),G__defined_typename("atomic_TClass_ptr"),-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TSQLiteServer */ static void G__setup_memvarTSQLiteServer(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer)); { TSQLiteServer *p; p=(TSQLiteServer*)0x1000; if (p) { } G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_TString),-1,-1,4,"fSrvInfo=",0,"Server info string"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_sqlite3),-1,-1,4,"fSQLite=",0,"connection to SQLite DB"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_TClass),G__defined_typename("atomic_TClass_ptr"),-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TSQLiteStatement */ static void G__setup_memvarTSQLiteStatement(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement)); { TSQLiteStatement *p; p=(TSQLiteStatement*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_SQLite3_Stmt_t),-1,-1,4,"fStmt=",0,"! executed statement"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWorkingMode=",0,"! 1 - setting parameters, 2 - retrieving results"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumPars=",0,"! Number of bindable / gettable parameters"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fIterationCount=",0,"! Iteration count"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__SQLiteLN_TClass),G__defined_typename("atomic_TClass_ptr"),-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarG__SQLite() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTSQLiteResult(void) { /* TSQLiteResult */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult)); G__memfunc_setup("IsValid",684,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TSQLiteResult",1285,G__G__SQLite_110_0_2, 105, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult), -1, 0, 1, 1, 1, 0, "Y - - 0 - result", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetFieldCount",1293,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetFieldName",1157,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Next",415,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLRow), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__SQLite_110_0_7, 85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSQLiteResult::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__SQLite_110_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteResult::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__SQLite_110_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSQLiteResult::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__SQLite_110_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSQLiteResult::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__SQLite_110_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__SQLite_110_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteResult::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__SQLite_110_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteResult::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__SQLite_110_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteResult::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__SQLite_110_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteResult::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("TSQLiteResult", 1285, G__G__SQLite_110_0_19, (int) ('i'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult), -1, 0, 1, 1, 1, 0, "u 'TSQLiteResult' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~TSQLiteResult", 1411, G__G__SQLite_110_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__G__SQLite_110_0_21, (int) ('u'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteResult), -1, 1, 1, 1, 1, 0, "u 'TSQLiteResult' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } static void G__setup_memfuncTSQLiteRow(void) { /* TSQLiteRow */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow)); G__memfunc_setup("IsValid",684,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TSQLiteRow",958,G__G__SQLite_111_0_2, 105, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow), -1, 0, 2, 1, 1, 0, "Y - - 0 - result k - 'ULong_t' 0 - rowHandle", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetFieldLength",1382,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("ULong_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetField",772,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__SQLite_111_0_6, 85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSQLiteRow::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__SQLite_111_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteRow::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__SQLite_111_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSQLiteRow::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__SQLite_111_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSQLiteRow::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__SQLite_111_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__SQLite_111_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteRow::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__SQLite_111_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteRow::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__SQLite_111_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteRow::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__SQLite_111_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteRow::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("TSQLiteRow", 958, G__G__SQLite_111_0_18, (int) ('i'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow), -1, 0, 1, 1, 1, 0, "u 'TSQLiteRow' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~TSQLiteRow", 1084, G__G__SQLite_111_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__G__SQLite_111_0_20, (int) ('u'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteRow), -1, 1, 1, 1, 1, 0, "u 'TSQLiteRow' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } static void G__setup_memfuncTSQLiteServer(void) { /* TSQLiteServer */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer)); G__memfunc_setup("TSQLiteServer",1277,G__G__SQLite_136_0_1, 105, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer), -1, 0, 3, 1, 1, 0, "C - - 10 - db C - - 10 'NULL' uid " "C - - 10 'NULL' pw", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StartTransaction",1684,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Query",534,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLResult), -1, 0, 1, 1, 1, 0, "C - - 10 - sql", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Exec",389,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - sql", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Statement",949,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLStatement), -1, 0, 2, 1, 1, 0, "C - - 10 - sql i - 'Int_t' 0 '100' -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("HasStatement",1233,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SelectDataBase",1365,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - dbname", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetDataBases",1160,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLResult), -1, 0, 1, 1, 1, 0, "C - - 10 '0' wild", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetTables",891,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLResult), -1, 0, 2, 1, 1, 0, "C - - 10 - dbname C - - 10 '0' wild", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetColumns",1025,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLResult), -1, 0, 3, 1, 1, 0, "C - - 10 - dbname C - - 10 - table " "C - - 10 '0' wild", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetTableInfo",1172,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLTableInfo), -1, 0, 1, 1, 1, 0, "C - - 10 - tablename", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreateDataBase",1353,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - dbname", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DropDataBase",1162,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - dbname", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Reload",599,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Shutdown",860,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ServerInfo",1027,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__SQLite_136_0_18, 85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSQLiteServer::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__SQLite_136_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteServer::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__SQLite_136_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSQLiteServer::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__SQLite_136_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSQLiteServer::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__SQLite_136_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__SQLite_136_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteServer::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__SQLite_136_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteServer::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__SQLite_136_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteServer::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__SQLite_136_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteServer::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("TSQLiteServer", 1277, G__G__SQLite_136_0_30, (int) ('i'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer), -1, 0, 1, 1, 1, 0, "u 'TSQLiteServer' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~TSQLiteServer", 1403, G__G__SQLite_136_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__G__SQLite_136_0_32, (int) ('u'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteServer), -1, 1, 1, 1, 1, 0, "u 'TSQLiteServer' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } static void G__setup_memfuncTSQLiteStatement(void) { /* TSQLiteStatement */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement)); G__memfunc_setup("IsSetParsMode",1283,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsResultSetMode",1516,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSQLParamType",1455,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 4, 0, "i - 'Int_t' 0 - npar i - - 0 - sqltype " "g - - 0 - sig i - - 0 '0' sqlsize", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ConvertToNumeric",1655,(G__InterfaceMethod) NULL, 113, -1, -1, 0, 1, 1, 4, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ConvertToString",1563,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 1, 4, 1, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CheckBindError",1381,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 4, 0, "C - - 10 - method i - - 0 - res", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TSQLiteStatement",1595,G__G__SQLite_139_0_7, 105, G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement), -1, 0, 2, 1, 1, 0, "U 'SQLite3_Stmt_t' - 0 - stmt g - 'Bool_t' 0 'kTRUE' errout", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Close",502,G__G__SQLite_139_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetBufferLength",1500,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetNumParameters",1636,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetNull",711,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetInt",599,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetUInt",684,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "i - 'Int_t' 0 - npar h - 'UInt_t' 0 - value", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetLong",700,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "i - 'Int_t' 0 - npar l - 'Long_t' 0 - value", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetLong64",806,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "i - 'Int_t' 0 - npar n - 'Long64_t' 0 - value", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetULong64",891,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "i - 'Int_t' 0 - npar m - 'ULong64_t' 0 - value", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDouble",903,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "i - 'Int_t' 0 - npar d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetString",931,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, "i - 'Int_t' 0 - npar C - - 10 - value " "i - 'Int_t' 0 '256' maxsize", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetBinary",913,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - npar Y - - 0 - mem " "l - 'Long_t' 0 - size l - 'Long_t' 0 '0x1000' maxsize", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDate",682,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 0 - year " "i - 'Int_t' 0 - month i - 'Int_t' 0 - day", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetTime",699,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 0 - hour " "i - 'Int_t' 0 - min i - 'Int_t' 0 - sec", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDatime",896,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 7, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 0 - year " "i - 'Int_t' 0 - month i - 'Int_t' 0 - day " "i - 'Int_t' 0 - hour i - 'Int_t' 0 - min " "i - 'Int_t' 0 - sec", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetTimestamp",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 8, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 0 - year " "i - 'Int_t' 0 - month i - 'Int_t' 0 - day " "i - 'Int_t' 0 - hour i - 'Int_t' 0 - min " "i - 'Int_t' 0 - sec i - 'Int_t' 0 '0' frac", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("NextIteration",1358,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Process",735,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetNumAffectedRows",1805,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StoreResult",1164,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetNumFields",1191,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetFieldName",1157,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - nfield", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("NextResultRow",1366,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("IsNull",599,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetInt",587,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetUInt",672,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetLong",688,(G__InterfaceMethod) NULL,108, -1, G__defined_typename("Long_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetLong64",794,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetULong64",879,(G__InterfaceMethod) NULL,109, -1, G__defined_typename("ULong64_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetDouble",891,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetString",919,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetBinary",901,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, "i - 'Int_t' 0 - npar Y - - 1 - mem " "l - 'Long_t' 1 - size", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetDate",670,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 1 - year " "i - 'Int_t' 1 - month i - 'Int_t' 1 - day", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetTime",687,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 1 - hour " "i - 'Int_t' 1 - min i - 'Int_t' 1 - sec", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetDatime",884,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 7, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 1 - year " "i - 'Int_t' 1 - month i - 'Int_t' 1 - day " "i - 'Int_t' 1 - hour i - 'Int_t' 1 - min " "i - 'Int_t' 1 - sec", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetTimestamp",1236,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 8, 1, 1, 0, "i - 'Int_t' 0 - npar i - 'Int_t' 1 - year " "i - 'Int_t' 1 - month i - 'Int_t' 1 - day " "i - 'Int_t' 1 - hour i - 'Int_t' 1 - min " "i - 'Int_t' 1 - sec i - 'Int_t' 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__SQLite_139_0_44, 85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSQLiteStatement::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__SQLite_139_0_45, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteStatement::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__SQLite_139_0_46, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSQLiteStatement::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__SQLite_139_0_47, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSQLiteStatement::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__SQLiteLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__SQLite_139_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__SQLite_139_0_52, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteStatement::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__SQLite_139_0_53, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteStatement::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__SQLite_139_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSQLiteStatement::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__SQLite_139_0_55, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSQLiteStatement::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("TSQLiteStatement", 1595, G__G__SQLite_139_0_56, (int) ('i'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement), -1, 0, 1, 1, 1, 0, "u 'TSQLiteStatement' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~TSQLiteStatement", 1721, G__G__SQLite_139_0_57, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__G__SQLite_139_0_58, (int) ('u'), G__get_linked_tagnum(&G__G__SQLiteLN_TSQLiteStatement), -1, 1, 1, 1, 1, 0, "u 'TSQLiteStatement' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncG__SQLite() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalG__SQLite() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcG__SQLite() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__G__SQLiteLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLRow = { "TSQLRow" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLResult = { "TSQLResult" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_sqlite3_stmt = { "sqlite3_stmt" , 115 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLiteResult = { "TSQLiteResult" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLiteRow = { "TSQLiteRow" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLStatement = { "TSQLStatement" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLTableInfo = { "TSQLTableInfo" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLServer = { "TSQLServer" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_sqlite3 = { "sqlite3" , 115 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLiteServer = { "TSQLiteServer" , 99 , -1 }; G__linked_taginfo G__G__SQLiteLN_SQLite3_Stmt_t = { "SQLite3_Stmt_t" , 115 , -1 }; G__linked_taginfo G__G__SQLiteLN_TSQLiteStatement = { "TSQLiteStatement" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableG__SQLite() { G__G__SQLiteLN_TClass.tagnum = -1 ; G__G__SQLiteLN_TBuffer.tagnum = -1 ; G__G__SQLiteLN_TMemberInspector.tagnum = -1 ; G__G__SQLiteLN_TObject.tagnum = -1 ; G__G__SQLiteLN_TString.tagnum = -1 ; G__G__SQLiteLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__G__SQLiteLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__SQLiteLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__G__SQLiteLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__SQLiteLN_TSQLRow.tagnum = -1 ; G__G__SQLiteLN_TSQLResult.tagnum = -1 ; G__G__SQLiteLN_sqlite3_stmt.tagnum = -1 ; G__G__SQLiteLN_TSQLiteResult.tagnum = -1 ; G__G__SQLiteLN_TSQLiteRow.tagnum = -1 ; G__G__SQLiteLN_TSQLStatement.tagnum = -1 ; G__G__SQLiteLN_TSQLTableInfo.tagnum = -1 ; G__G__SQLiteLN_TSQLServer.tagnum = -1 ; G__G__SQLiteLN_sqlite3.tagnum = -1 ; G__G__SQLiteLN_TSQLiteServer.tagnum = -1 ; G__G__SQLiteLN_SQLite3_Stmt_t.tagnum = -1 ; G__G__SQLiteLN_TSQLiteStatement.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableG__SQLite() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TClass); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TBuffer); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TObject); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TString); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLRow); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLResult); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_sqlite3_stmt); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLiteResult),sizeof(TSQLiteResult),-1,324608,"SQLite query result",G__setup_memvarTSQLiteResult,G__setup_memfuncTSQLiteResult); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLiteRow),sizeof(TSQLiteRow),-1,324608,"One row of SQLite query result",G__setup_memvarTSQLiteRow,G__setup_memfuncTSQLiteRow); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLStatement); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLTableInfo); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLServer); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_sqlite3); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLiteServer),sizeof(TSQLiteServer),-1,324608,"Connection to SQLite DB",G__setup_memvarTSQLiteServer,G__setup_memfuncTSQLiteServer); G__get_linked_tagnum_fwd(&G__G__SQLiteLN_SQLite3_Stmt_t); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__SQLiteLN_TSQLiteStatement),sizeof(TSQLiteStatement),-1,324608,"SQL statement class for SQLite DB",G__setup_memvarTSQLiteStatement,G__setup_memfuncTSQLiteStatement); } extern "C" void G__cpp_setupG__SQLite(void) { G__check_setup_version(30051515,"G__cpp_setupG__SQLite()"); G__set_cpp_environmentG__SQLite(); G__cpp_setup_tagtableG__SQLite(); G__cpp_setup_inheritanceG__SQLite(); G__cpp_setup_typetableG__SQLite(); G__cpp_setup_memvarG__SQLite(); G__cpp_setup_memfuncG__SQLite(); G__cpp_setup_globalG__SQLite(); G__cpp_setup_funcG__SQLite(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__SQLite(); return; } class G__cpp_setup_initG__SQLite { public: G__cpp_setup_initG__SQLite() { G__add_setup_func("G__SQLite",(G__incsetup)(&G__cpp_setupG__SQLite)); G__call_setup_funcs(); } ~G__cpp_setup_initG__SQLite() { G__remove_setup_func("G__SQLite"); } }; G__cpp_setup_initG__SQLite G__cpp_setup_initializerG__SQLite;