本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
nils
/
projmi
關注
1
收藏
0
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
DBHandler private gemacht.
Fixed
#6
.
testBranch
Nils Dittberner
10 年之前
committed by
Nils Dittberner
<nils@dittberner.it>
父節點
2bb0c8a9bb
當前提交
a79dc7ff34
共有
1 個檔案被更改
,包括
4 行新增
和
0 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
*
*
Write
Preview
Loading…
取消
儲存