Package chemaxon.jchem.db
Class TableStatistics
java.lang.Object
chemaxon.jchem.db.TableStatistics
Class for collecting table statistics.
- Since:
- JChem 3.1.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrintableStats(ConnectionHandler conh, String tableName) Get printable statistics for the JChem table specified.
-
Constructor Details
-
TableStatistics
public TableStatistics(boolean indexTable) -
TableStatistics
public TableStatistics()
-
-
Method Details
-
getPrintableStats
Get printable statistics for the JChem table specified.- Parameters:
conh- the ConnectionHandler instance to use.tableName- the table for which the statistics needs to be collected.- Returns:
- the statistics output as String
- Throws:
SQLException- if an sql exception occurs
-