Go to the source code of this file.
Namespaces | |
copyPostGresToSQLite | |
Functions | |
def | copyPostGresToSQLite.copyTable |
Variables | |
list | copyPostGresToSQLite.readoutBoardsColumns |
list | copyPostGresToSQLite.daqChannelsColumns |
list | copyPostGresToSQLite.flangesColumns |
list | copyPostGresToSQLite.pmtPlacementColumns |
list | copyPostGresToSQLite.crtFEBChannelsColumns |
list | copyPostGresToSQLite.topcrtFEBColumns |
string | copyPostGresToSQLite.queryurl = "https://dbdata0vm.fnal.gov:9443/QE/hw/app/SQ/query" |
tuple | copyPostGresToSQLite.dataQuery = DataQuery(queryurl) |
string | copyPostGresToSQLite.dbName = "icarus_hardware_prd" |
string | copyPostGresToSQLite.readoutBoardsTable = "readout_boards" |
string | copyPostGresToSQLite.daqChannelsTable = "daq_channels" |
string | copyPostGresToSQLite.flangesTable = "flanges" |
string | copyPostGresToSQLite.pmtPlacementTable = "pmt_placements" |
string | copyPostGresToSQLite.crtfebchannelsTable = "feb_channels" |
string | copyPostGresToSQLite.topcrtfebTable = "crtfeb" |
tuple | copyPostGresToSQLite.sqliteDB = sqlite3.connect("ChannelMapICARUS.db") |
tuple | copyPostGresToSQLite.dbCurs = sqliteDB.cursor() |