Parcourir la source

DBHandler private gemacht. Fixed #6.

testBranch
Parent
révision
a79dc7ff34
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      src/main/java/de/uniluebeck/mi/projmi6/db/DBHandler.java

+ 4
- 0
src/main/java/de/uniluebeck/mi/projmi6/db/DBHandler.java Voir le fichier

@@ -156,6 +156,10 @@ public class DBHandler {
"VALUES (?, ?, ?, ?, ?, ?, ?, ?)"; "VALUES (?, ?, ?, ?, ?, ?, ?, ?)";
private static final String DELETE_STATHIST = "DELETE FROM `stationshistorie` WHERE `StatHistID` =?"; private static final String DELETE_STATHIST = "DELETE FROM `stationshistorie` WHERE `StatHistID` =?";


private DBHandler() {

}

/** /**
* Gibt alle {@link Patient} aus der DB zurueck. * Gibt alle {@link Patient} aus der DB zurueck.
* *


Chargement…
Annuler
Enregistrer