HomeSort by relevance Sort by last modified time
    Searched defs:SQLFeatureNotSupportedException (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/java/sql/
SQLFeatureNotSupportedException.java 24 public class SQLFeatureNotSupportedException extends SQLNonTransientException {
29 * Creates an SQLFeatureNotSupportedException object. The Reason string is
33 public SQLFeatureNotSupportedException() {
37 * Creates an SQLFeatureNotSupportedException object. The Reason string is
44 public SQLFeatureNotSupportedException(String reason) {
49 * Creates an SQLFeatureNotSupportedException object. The Reason string is
58 public SQLFeatureNotSupportedException(String reason, String sqlState) {
63 * Creates an SQLFeatureNotSupportedException object. The Reason string is
74 public SQLFeatureNotSupportedException(String reason, String sqlState,
80 * Creates an SQLFeatureNotSupportedException object. The Reason string i
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
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();
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...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 101 milliseconds