Home
last modified time | relevance | path

Searched refs:getLogWriter (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLException.java74 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 …]
DDriverManager.java127 public static java.io.PrintWriter getLogWriter() { in getLogWriter() method in DriverManager
/libcore/ojluni/src/main/java/javax/sql/
DCommonDataSource.java61 java.io.PrintWriter getLogWriter() throws SQLException; in getLogWriter() method