|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistencyException | |
|---|---|
| net.sf.mavenhist.persistency | |
| Uses of PersistencyException in net.sf.mavenhist.persistency |
|---|
| Methods in net.sf.mavenhist.persistency that throw PersistencyException | |
|---|---|
protected void |
AbstractDatabasePersistency.closeConnection(Connection conn)
Closes a db connection opened by AbstractDatabasePersistency.getConnection(). |
protected void |
AbstractDatabasePersistency.commit(Connection conn)
Commits on connection and rethrows eventually generated Exceptions. |
protected boolean |
AbstractDatabasePersistency.executeCreateStatement(Connection conn,
String sql)
Executes a create operation on the database. |
boolean |
AbstractDatabasePersistency.executeCreateStatement(String sql)
Executes a create operation on the database. |
protected Object |
AbstractDatabasePersistency.executeQueryStatement(Connection conn,
String sql,
Object[] args,
IResultSetProcessor resultSetProcessor)
Executes a query operation on the database. |
Object |
AbstractDatabasePersistency.executeQueryStatement(String sql,
Object[] args,
IResultSetProcessor resultSetProcessor)
Executes a query operation on the database. |
protected int |
AbstractDatabasePersistency.executeUpdateStatement(Connection conn,
String sql,
Object[] args)
Executes an update statement (queries won't work, only insert/update calls allowed). |
int |
AbstractDatabasePersistency.executeUpdateStatement(String sql,
Object[] args)
Executes an update statement (queries wont work, only insert/update calls allowed). |
protected Connection |
AbstractDatabasePersistency.getConnection()
Gets a db connection, must be released by calling AbstractDatabasePersistency.closeConnection(Connection). |
void |
IPersistency.initializeMetricsDataBase()
Creates the needed tables to store the metricdata in. |
void |
AbstractDatabasePersistency.storeMetric(Metric metric)
Stores the metric by calling the method storeMetric. |
protected abstract void |
AbstractDatabasePersistency.storeMetric(Metric metric,
Connection conn)
Hook implementation to store a metric value in a customized matter. |
void |
AbstractDatabasePersistency.storeMetrics(Metric[] metrics)
Stores the metrics by calling the method storeMetric. |
void |
IPersistency.storeMetrics(Metric[] metrics)
Stores a collection of metrics to a persistable form. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||