dao
Class TempwerteDaoMysql

java.lang.Object
  extended by dao.AquaDaoMysql
      extended by dao.TempwerteDaoMysql
All Implemented Interfaces:
TempwerteDao

public class TempwerteDaoMysql
extends AquaDaoMysql
implements TempwerteDao


Field Summary
 java.lang.String SELECT
           
 
Constructor Summary
TempwerteDaoMysql(java.lang.String url)
           
 
Method Summary
 VonBisWerte read(int id)
           
 
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
 

Field Detail

SELECT

public final java.lang.String SELECT
See Also:
Constant Field Values
Constructor Detail

TempwerteDaoMysql

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

read

public VonBisWerte read(int id)
                 throws AquaDaoException
Specified by:
read in interface TempwerteDao
Throws:
AquaDaoException