1070107110721073107410751076107710781079
} } public String testConnection() throws Exception { if (connection == null || connection.isClosed()) throw new DatabaseConnectionBrokenException(); selectChore("a"); return "ok"; }
1677167816791680168116821683168416851686
} } public String testConnection() throws Exception { if (connection == null || connection.isClosed()) throw new DatabaseConnectionBrokenException(); selectTask("a"); return "ok"; }