SQLamarr
The stand-alone ultra-fast simulation option for the LHCb experiment
SQLamarr.EditEventStore.EditEventStore Class Reference

Execute a transaction with multiple custom queries without returning any output. More...

Public Member Functions

def __init__ (self, SQLite3DB db, Union[str, List[str]] queries)
 Configure a Transformer to edit the schema of the EventStore. More...
 

Detailed Description

Execute a transaction with multiple custom queries without returning any output.

Refer to SQLamarr::EditEventStore for implementation details.

Definition at line 24 of file EditEventStore.py.

Constructor & Destructor Documentation

◆ __init__()

def SQLamarr.EditEventStore.EditEventStore.__init__ (   self,
SQLite3DB  db,
Union[str,List[str]]  queries 
)

Configure a Transformer to edit the schema of the EventStore.

Parameters
dbAn open database connection.
queriesOne or more queries to be processed in single transaction

Definition at line 31 of file EditEventStore.py.


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