Searched refs:SQLFeatureNotSupportedException (Results 1 – 6 of 6) sorted by relevance
| /libcore/ojluni/src/main/java/java/sql/ |
| D | SQLFeatureNotSupportedException.java | 43 public class SQLFeatureNotSupportedException extends SQLNonTransientException { class 56 public SQLFeatureNotSupportedException() { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 73 public SQLFeatureNotSupportedException(String reason) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 90 public SQLFeatureNotSupportedException(String reason, String SQLState) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 125 public SQLFeatureNotSupportedException(Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 141 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 157 public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException 174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
|
| /libcore/ojluni/src/main/java/javax/sql/ |
| D | CommonDataSource.java | 30 import java.sql.SQLFeatureNotSupportedException; 128 public Logger getParentLogger() throws SQLFeatureNotSupportedException; in getParentLogger()
|
| /libcore/luni/src/test/java/libcore/java/sql/ |
| D | OldStatementTest.java | 23 import java.sql.SQLFeatureNotSupportedException; 861 } catch (SQLFeatureNotSupportedException e) { in testExecuteUpdate_String_intArray() 949 } catch (SQLFeatureNotSupportedException e) { in testExecuteUpdate_String_StringArray() 992 } catch (SQLFeatureNotSupportedException e) { in testGeneratedKeys() 1005 } catch (SQLFeatureNotSupportedException e) { in testSetCursorName()
|
| /libcore/api/ |
| D | current.txt | 10311 public class SQLFeatureNotSupportedException extends java.sql.SQLNonTransientException { 10312 ctor public SQLFeatureNotSupportedException(); 10313 ctor public SQLFeatureNotSupportedException(String); 10314 ctor public SQLFeatureNotSupportedException(String, String); 10315 ctor public SQLFeatureNotSupportedException(String, String, int); 10316 ctor public SQLFeatureNotSupportedException(Throwable); 10317 ctor public SQLFeatureNotSupportedException(String, Throwable); 10318 ctor public SQLFeatureNotSupportedException(String, String, Throwable); 10319 ctor public SQLFeatureNotSupportedException(String, String, int, Throwable); 19277 … public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException;
|
| /libcore/ |
| D | openjdk_java_files.bp | 760 "ojluni/src/main/java/java/sql/SQLFeatureNotSupportedException.java",
|
| D | EXPECTED_UPSTREAM | 744 …ain/java/java/sql/SQLFeatureNotSupportedException.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/jav…
|