MCPcopy Create free account
hub / github.com/Giyn/LiveChat / init

Method init

src/pers/giyn/LiveChat/server/database/MySqlLoader.java:46–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public void init() throws ClassNotFoundException, SQLException {
47 Class.forName(JDBC_DRIVER);
48 this.connection = DriverManager.getConnection(DB_URL, USER, PASS);
49 this.statement = this.connection.createStatement();
50 this.selfCheck();
51 }
52
53 public void selfCheck() {
54 boolean isExist;

Callers 1

MySqlLoaderMethod · 0.95

Calls 1

selfCheckMethod · 0.95

Tested by

no test coverage detected