dao
Class DimensionenDaoMysql

java.lang.Object
  extended by dao.AquaDaoMysql
      extended by dao.DimensionenDaoMysql
All Implemented Interfaces:
DimensionenDao

public class DimensionenDaoMysql
extends AquaDaoMysql
implements DimensionenDao


Field Summary
static java.lang.String B
           
static java.lang.String DELETE_BY_ID
           
static java.lang.String H
           
static java.lang.String ID
           
static java.lang.String INSERT
           
static java.lang.String L
           
static java.lang.String SELECT_ALL
           
static java.lang.String SELECT_BY_ID
           
static java.lang.String UPDATE
           
static java.lang.String Volumen
           
 
Constructor Summary
DimensionenDaoMysql(java.lang.String url)
           
 
Method Summary
 int create(int[] values)
          Speichert neu Dimensionen
 void delete(int id)
          L�scht bestimte Dimensionen.
 java.util.Vector<Dimensionen> read()
          Liest Dimensionen
 void update(int id, int[] values)
          Speichert neu Werte f�r bestimte Dimensionen
 
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

ID

public static final java.lang.String ID
See Also:
Constant Field Values

L

public static final java.lang.String L
See Also:
Constant Field Values

B

public static final java.lang.String B
See Also:
Constant Field Values

H

public static final java.lang.String H
See Also:
Constant Field Values

Volumen

public static final java.lang.String Volumen
See Also:
Constant Field Values

INSERT

public static final java.lang.String INSERT
See Also:
Constant Field Values

SELECT_ALL

public static final java.lang.String SELECT_ALL
See Also:
Constant Field Values

SELECT_BY_ID

public static final java.lang.String SELECT_BY_ID
See Also:
Constant Field Values

UPDATE

public static final java.lang.String UPDATE
See Also:
Constant Field Values

DELETE_BY_ID

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

DimensionenDaoMysql

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

create

public int create(int[] values)
           throws AquaDaoException
Description copied from interface: DimensionenDao
Speichert neu Dimensionen

Specified by:
create in interface DimensionenDao
Returns:
int
Throws:
AquaDaoException

read

public java.util.Vector<Dimensionen> read()
                                   throws AquaDaoException
Description copied from interface: DimensionenDao
Liest Dimensionen

Specified by:
read in interface DimensionenDao
Returns:
Vector
Throws:
AquaDaoException

update

public void update(int id,
                   int[] values)
            throws AquaDaoException
Description copied from interface: DimensionenDao
Speichert neu Werte f�r bestimte Dimensionen

Specified by:
update in interface DimensionenDao
Throws:
AquaDaoException

delete

public void delete(int id)
            throws AquaDaoException
Description copied from interface: DimensionenDao
L�scht bestimte Dimensionen.

Specified by:
delete in interface DimensionenDao
Throws:
AquaDaoException