uk.ac.ebi.intenz.stats.db
Class IntEnzDbStatisticsApp
java.lang.Object
uk.ac.ebi.intenz.stats.db.IntEnzDbStatisticsApp
public class IntEnzDbStatisticsApp
- extends Object
Standalone application to dump statistics from a database connection.
- Since:
- 1.1.0
- Author:
- rafalcan
Method Summary |
static void |
main(String[] args)
Gathers statistics and dumps them to stdout in CSV format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntEnzDbStatisticsApp
public IntEnzDbStatisticsApp()
main
public static void main(String[] args)
throws SQLException
- Gathers statistics and dumps them to stdout in CSV format.
- Parameters:
args
-
- database connection configuration (see
OracleDatabaseInstance
)
- output directory for generated file(s)
- Throws:
SQLException
- In case of problem closing the connection
Copyright © 2013 EMBL-EBI. All Rights Reserved.