Searched refs:getLogWriter (Results 1 – 3 of 3) sorted by relevance
74 if (DriverManager.getLogWriter() != null) { in SQLException()77 printStackTrace(DriverManager.getLogWriter()); in SQLException()100 if (DriverManager.getLogWriter() != null) { in SQLException()101 printStackTrace(DriverManager.getLogWriter()); in SQLException()123 if (DriverManager.getLogWriter() != null) { in SQLException()124 printStackTrace(DriverManager.getLogWriter()); in SQLException()144 if (DriverManager.getLogWriter() != null) { in SQLException()145 printStackTrace(DriverManager.getLogWriter()); in SQLException()168 if (DriverManager.getLogWriter() != null) { in SQLException()169 printStackTrace(DriverManager.getLogWriter()); in SQLException()[all …]
127 public static java.io.PrintWriter getLogWriter() { in getLogWriter() method in DriverManager
61 java.io.PrintWriter getLogWriter() throws SQLException; in getLogWriter() method