dao
Class PhwerteDaoMysql

java.lang.Object
  extended by dao.AquaDaoMysql
      extended by dao.PhwerteDaoMysql
All Implemented Interfaces:
PhwerteDao

public class PhwerteDaoMysql
extends AquaDaoMysql
implements PhwerteDao


Field Summary
 java.lang.String SELECT
           
 
Constructor Summary
PhwerteDaoMysql(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

PhwerteDaoMysql

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

read

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