Searched refs:SQLFeatureNotSupportedException (Results 1 – 4 of 4) 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/ |
| D | openjdk_java_files.bp | 721 "ojluni/src/main/java/java/sql/SQLFeatureNotSupportedException.java",
|