Functions | |
def | copyTable |
Variables | |
list | readoutBoardsColumns |
list | daqChannelsColumns |
list | flangesColumns |
list | pmtPlacementColumns |
list | crtFEBChannelsColumns |
list | topcrtFEBColumns |
string | queryurl = "https://dbdata0vm.fnal.gov:9443/QE/hw/app/SQ/query" |
tuple | dataQuery = DataQuery(queryurl) |
string | dbName = "icarus_hardware_prd" |
string | readoutBoardsTable = "readout_boards" |
string | daqChannelsTable = "daq_channels" |
string | flangesTable = "flanges" |
string | pmtPlacementTable = "pmt_placements" |
string | crtfebchannelsTable = "feb_channels" |
string | topcrtfebTable = "crtfeb" |
tuple | sqliteDB = sqlite3.connect("ChannelMapICARUS.db") |
tuple | dbCurs = sqliteDB.cursor() |
def copyPostGresToSQLite.copyTable | ( | postGres, | |
dbCurs, | |||
dbName, | |||
table, | |||
columns | |||
) |
Definition at line 132 of file copyPostGresToSQLite.py.
list copyPostGresToSQLite.crtFEBChannelsColumns |
Definition at line 74 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.crtfebchannelsTable = "feb_channels" |
Definition at line 185 of file copyPostGresToSQLite.py.
list copyPostGresToSQLite.daqChannelsColumns |
Definition at line 29 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.daqChannelsTable = "daq_channels" |
Definition at line 182 of file copyPostGresToSQLite.py.
Definition at line 176 of file copyPostGresToSQLite.py.
tuple copyPostGresToSQLite.dbCurs = sqliteDB.cursor() |
Definition at line 191 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.dbName = "icarus_hardware_prd" |
Definition at line 180 of file copyPostGresToSQLite.py.
list copyPostGresToSQLite.flangesColumns |
Definition at line 43 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.flangesTable = "flanges" |
Definition at line 183 of file copyPostGresToSQLite.py.
list copyPostGresToSQLite.pmtPlacementColumns |
Definition at line 54 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.pmtPlacementTable = "pmt_placements" |
Definition at line 184 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.queryurl = "https://dbdata0vm.fnal.gov:9443/QE/hw/app/SQ/query" |
Definition at line 174 of file copyPostGresToSQLite.py.
list copyPostGresToSQLite.readoutBoardsColumns |
Definition at line 19 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.readoutBoardsTable = "readout_boards" |
Definition at line 181 of file copyPostGresToSQLite.py.
tuple copyPostGresToSQLite.sqliteDB = sqlite3.connect("ChannelMapICARUS.db") |
Definition at line 190 of file copyPostGresToSQLite.py.
list copyPostGresToSQLite.topcrtFEBColumns |
Definition at line 88 of file copyPostGresToSQLite.py.
string copyPostGresToSQLite.topcrtfebTable = "crtfeb" |
Definition at line 186 of file copyPostGresToSQLite.py.