Home
last modified time | relevance | path

Searched refs:getLogWriter (Results 1 – 4 of 4) 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
/libcore/api/
Dcurrent.txt9319 method public static java.io.PrintWriter getLogWriter();
18331 method public java.io.PrintWriter getLogWriter() throws java.sql.SQLException;