icecube.daq.domcal.app
Class SaveToDB
java.lang.Object
icecube.daq.domcal.app.SaveToDB
public class SaveToDB
- extends java.lang.Object
Save a calibration XML file to the database.
|
Constructor Summary |
SaveToDB(java.lang.String fileName,
boolean verbose)
Save a calibration XML file to the database. |
|
Method Summary |
static void |
main(java.lang.String[] args)
Save one or more calibration XML files to the database. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaveToDB
public SaveToDB(java.lang.String fileName,
boolean verbose)
throws DOMCalibrationException,
icecube.daq.db.domprodtest.DOMProdTestException,
java.io.IOException,
java.sql.SQLException
- Save a calibration XML file to the database.
- Parameters:
fileName - XML fileverbose - true to dump out reason for comparison failure
- Throws:
DOMCalibrationException - if some data is invalid
icecube.daq.db.domprodtest.DOMProdTestException - if the database cannot be initialized
java.io.IOException - if there is a problem with the XML file
java.sql.SQLException - if there is a problem with the database
main
public static final void main(java.lang.String[] args)
- Save one or more calibration XML files to the database.
- Parameters:
args - command-line arguments
Copyright © 2006 IceCube Collaboration. All Rights Reserved.