From a672c71a91a761226bd37d18b9501808e6fd3e45 Mon Sep 17 00:00:00 2001 From: poopki Date: Mon, 11 Jul 2022 23:04:59 +0900 Subject: [PATCH] =?UTF-8?q?UserInfo=20=EC=A4=91=EB=B3=B5=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=ED=95=B4=EA=B2=B0=20=ED=95=84=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/DBUpdate.java | 1 + 1 file changed, 1 insertion(+) diff --git a/DB/DBUpdate.java b/DB/DBUpdate.java index 71c167b..2d23717 100644 --- a/DB/DBUpdate.java +++ b/DB/DBUpdate.java @@ -90,6 +90,7 @@ public class DBUpdate { } } + public void UpdateDB() throws SQLException { Connection conn = null; PreparedStatement pstmt = null;