Home
last modified time | relevance | path

Searched refs:SQLFeatureNotSupportedException (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLFeatureNotSupportedException.java43 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/
DCommonDataSource.java30 import java.sql.SQLFeatureNotSupportedException;
128 public Logger getParentLogger() throws SQLFeatureNotSupportedException; in getParentLogger()
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java23 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/
Dopenjdk_java_files.bp721 "ojluni/src/main/java/java/sql/SQLFeatureNotSupportedException.java",