dao
Class StatistikDaoMysql

java.lang.Object
  extended by dao.AquaDaoMysql
      extended by dao.StatistikDaoMysql
All Implemented Interfaces:
StatistikDao

public class StatistikDaoMysql
extends AquaDaoMysql
implements StatistikDao


Constructor Summary
StatistikDaoMysql(java.lang.String url)
           
 
Method Summary
 void insertStatistik(java.lang.String zeit, double phIst, double tempIst, int motoEinAus)
          Speichert Statistik_Daten
 
Methods inherited from class dao.AquaDaoMysql
close, getCallableStatement, getConnection, getPreparedStatement, getStatement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatistikDaoMysql

public StatistikDaoMysql(java.lang.String url)
Method Detail

insertStatistik

public void insertStatistik(java.lang.String zeit,
                            double phIst,
                            double tempIst,
                            int motoEinAus)
                     throws AquaDaoException
Description copied from interface: StatistikDao
Speichert Statistik_Daten

Specified by:
insertStatistik in interface StatistikDao
Throws:
AquaDaoException