uk.ac.ebi.intenz.stats.db
Class IntEnzDbStatisticsApp

java.lang.Object
  extended by 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

Constructor Summary
IntEnzDbStatisticsApp()
           
 
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
 

Constructor Detail

IntEnzDbStatisticsApp

public IntEnzDbStatisticsApp()
Method Detail

main

public static void main(String[] args)
                 throws SQLException
Gathers statistics and dumps them to stdout in CSV format.

Parameters:
args -
  1. database connection configuration (see OracleDatabaseInstance)
  2. output directory for generated file(s)
Throws:
SQLException - In case of problem closing the connection


Copyright © 2013 EMBL-EBI. All Rights Reserved.