瀏覽代碼

DBHandler private gemacht. Fixed #6.

testBranch
父節點
當前提交
a79dc7ff34
共有 1 個檔案被更改,包括 4 行新增0 行删除
  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 查看文件

@@ -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.
* *


Loading…
取消
儲存