MCPcopy Create free account
hub / github.com/apecloud/myduckserver / disconnect

Method disconnect

compatibility/mysql/java/MySQLTest.java:22–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public void disconnect() {
23 try {
24 st.close();
25 conn.close();
26 } catch (SQLException e) {
27 throw new RuntimeException(e);
28 }
29 }
30
31 public void addTest(String query, String[][] expectedResults) {
32 tests.add(new Test(query, expectedResults));

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected