OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:holdability
(Results
1 - 6
of
6
) sorted by null
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
398
public void setHoldability(int
holdability
) throws SQLException {
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
");
/libcore/luni/src/main/java/java/sql/
Connection.java
169
* type, concurrency and
holdability
arguments.
185
* one of the following
holdability
mode specifiers:
224
* Returns the
holdability
property that any {@code ResultSet} produced by
227
* @return one of the following
holdability
mode specifiers:
378
* by the specified type, concurrency and
holdability
arguments.
396
* one of the following
holdability
mode specifiers:
537
* with the specified type, concurrency and
holdability
556
* one of the following
holdability
mode specifiers:
682
* Sets the
holdability
of the {@code ResultSet}s created by this Connection.
684
* @param
holdability
[
all
...]
DatabaseMetaData.java
[
all
...]
ResultSet.java
[
all
...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java
168
public void setHoldability(int
holdability
) throws SQLException {
/libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java
880
fail("Incorrect value of
holdability
");
882
assertFalse("Incorrect result set
holdability
", meta
[
all
...]
Completed in 416 milliseconds