|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.jchem.db.TableStatistics
public class TableStatistics
Class for collecting table statistics.
| Constructor Summary | |
|---|---|
TableStatistics()
|
|
TableStatistics(boolean indexTable)
|
|
| Method Summary | |
|---|---|
void |
collectStatisitcs(ConnectionHandler conh,
java.lang.String tableName)
|
java.lang.String |
getPrintableStats(ConnectionHandler conh,
java.lang.String tableName)
Get printable statistics for the JChem table specified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableStatistics(boolean indexTable)
public TableStatistics()
| Method Detail |
|---|
public void collectStatisitcs(ConnectionHandler conh,
java.lang.String tableName)
throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getPrintableStats(ConnectionHandler conh,
java.lang.String tableName)
throws java.sql.SQLException
conh - the ConnectionHandler instance to use.tableName - the table for which the statistics needs to be collected.
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||