HomeSort by relevance Sort by last modified time
    Searched refs:SQLFeatureNotSupportedException (Results 1 - 25 of 28) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/sql/
SQLFeatureNotSupportedException.java 43 public class SQLFeatureNotSupportedException extends SQLNonTransientException {
46 * Constructs a <code>SQLFeatureNotSupportedException</code> object.
56 public SQLFeatureNotSupportedException() {
61 * Constructs a <code>SQLFeatureNotSupportedException</code> object
73 public SQLFeatureNotSupportedException(String reason) {
78 * Constructs a <code>SQLFeatureNotSupportedException</code> object
90 public SQLFeatureNotSupportedException(String reason, String SQLState) {
95 * Constructs a <code>SQLFeatureNotSupportedException</code> object
108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) {
113 * Constructs a <code>SQLFeatureNotSupportedException</code> objec
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLFeatureNotSupportedExceptionTest.java 20 import java.sql.SQLFeatureNotSupportedException;
28 private SQLFeatureNotSupportedException sQLFeatureNotSupportedException;
31 sQLFeatureNotSupportedException = new SQLFeatureNotSupportedException(
36 sQLFeatureNotSupportedException = null;
40 * @test java.sql.SQLFeatureNotSupportedException(String)
43 SQLFeatureNotSupportedException sQLFeatureNotSupportedException = new SQLFeatureNotSupportedException(
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
CommonDataSource.java 30 import java.sql.SQLFeatureNotSupportedException;
125 * @throws SQLFeatureNotSupportedException if the data source does not use <code>java.util.logging<code>.
128 public Logger getParentLogger() throws SQLFeatureNotSupportedException;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 196 throw new SQLFeatureNotSupportedException("unsupported result set type");
200 throw new SQLFeatureNotSupportedException("unsupported result set concurrency");
282 throw new SQLFeatureNotSupportedException();
296 throw new SQLFeatureNotSupportedException("unsupported result set type");
300 throw new SQLFeatureNotSupportedException("unsupported result set concurrency");
387 throw new SQLFeatureNotSupportedException();
391 throw new SQLFeatureNotSupportedException();
402 throw new SQLFeatureNotSupportedException("unsupported holdability");
406 throw new SQLFeatureNotSupportedException();
410 throw new SQLFeatureNotSupportedException();
    [all...]
JDBCPreparedStatement.java 289 throw new SQLFeatureNotSupportedException();
448 throw new SQLFeatureNotSupportedException();
452 throw new SQLFeatureNotSupportedException();
456 throw new SQLFeatureNotSupportedException();
460 throw new SQLFeatureNotSupportedException();
782 throw new SQLFeatureNotSupportedException();
786 throw new SQLFeatureNotSupportedException();
791 throw new SQLFeatureNotSupportedException();
796 throw new SQLFeatureNotSupportedException();
802 throw new SQLFeatureNotSupportedException();
    [all...]
JDBCStatement.java 244 throw new SQLFeatureNotSupportedException();
256 throw new SQLFeatureNotSupportedException();
260 throw new SQLFeatureNotSupportedException();
266 throw new SQLFeatureNotSupportedException("generated keys not supported");
273 throw new SQLFeatureNotSupportedException();
278 throw new SQLFeatureNotSupportedException();
284 throw new SQLFeatureNotSupportedException("autogenerated keys not supported");
291 throw new SQLFeatureNotSupportedException();
296 throw new SQLFeatureNotSupportedException();
JDBCResultSet.java 536 throw new SQLFeatureNotSupportedException();
571 throw new SQLFeatureNotSupportedException();
577 throw new SQLFeatureNotSupportedException();
674 throw new SQLFeatureNotSupportedException();
684 throw new SQLFeatureNotSupportedException();
693 throw new SQLFeatureNotSupportedException();
702 throw new SQLFeatureNotSupportedException();
711 throw new SQLFeatureNotSupportedException();
1015 throw new SQLFeatureNotSupportedException();
1065 throw new SQLFeatureNotSupportedException();
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 23 import java.sql.SQLFeatureNotSupportedException;
861 } catch (SQLFeatureNotSupportedException e) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 989 milliseconds

1 2