Searched refs:holdability (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java167 public void setHoldability(int holdability) throws SQLException { argument
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java398 public void setHoldability(int holdability) throws SQLException { argument
399 if (holdability == ResultSet.HOLD_CURSORS_OVER_COMMIT) {
402 throw new SQLFeatureNotSupportedException("unsupported holdability");
426 throw new SQLFeatureNotSupportedException("unsupported holdability");
436 throw new SQLFeatureNotSupportedException("unsupported holdability");
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 153 milliseconds