MCPcopy Create free account
hub / github.com/castello/spring_basic / updateUser

Method updateUser

ch2/DBConnectionTest2Test.java:64–66  ·  view source on GitHub ↗
(User user)

Source from the content-addressed store, hash-verified

62
63 // 매개변수로 받은 사용자 정보로 user_info테이블을 update하는 메서드
64 public int updateUser(User user) throws Exception {
65 return 0;
66 }
67
68 public int deleteUser(String id) throws Exception {
69 Connection conn = ds.getConnection();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected