Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::RDF::Internal::RSqliteDSDataSet Struct Reference

The state of an open dataset in terms of the sqlite3 C library.

Definition at line 325 of file RSqliteDS.cxx.

Public Attributes

sqlite3 * fDb = nullptr
sqlite3_stmt * fQuery = nullptr

Member Data Documentation

◆ fDb

sqlite3* ROOT::RDF::Internal::RSqliteDSDataSet::fDb = nullptr

Definition at line 326 of file RSqliteDS.cxx.

◆ fQuery

sqlite3_stmt* ROOT::RDF::Internal::RSqliteDSDataSet::fQuery = nullptr

Definition at line 327 of file RSqliteDS.cxx.


The documentation for this struct was generated from the following file: