Lines Matching refs:GlobalLogWriter
51 GlobalLogWriter.get().println("DB: ERROR: can't connect to DB."); in getConnection()
74 … GlobalLogWriter.get().println("DB: ERROR: in ExecSQL, connection not established."); in run()
84 GlobalLogWriter.get().println("DB: " + m_sSQL); in run()
90 … GlobalLogWriter.get().println("DB: Couldn't execute sql string '" + m_sSQL + "'"); in run()
91 GlobalLogWriter.get().println("DB: Reason: " + e.getMessage()); in run()
108 … GlobalLogWriter.get().println("DB: ERROR: in SQLinsertValues, connection not established."); in SQLinsertValues()
128 … GlobalLogWriter.get().println("DB: ERROR: in SQLinsertValues, connection not established."); in SQLupdateValue()
193 … GlobalLogWriter.get().println("DB: Class not found exception caught: " + e.getMessage()); in getMySQLConnection()
194 GlobalLogWriter.get().println("DB: Maybe mysql.jar is not added to the classpath."); in getMySQLConnection()
277 GlobalLogWriter.get().println("DB: Original SQL error: " + sError); in QueryIntFromSQL()
284 … GlobalLogWriter.get().println("DB: Couldn't execute sql string " + _sSQL + "\n" + sError); in QueryIntFromSQL()