OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BatchUpdateException
(Results
1 - 14
of
14
) sorted by null
/libcore/luni/src/main/java/java/sql/
BatchUpdateException.java
25
* A {@code
BatchUpdateException
} provides additional information about the
33
* Once a batch update command fails and a {@code
BatchUpdateException
} is
36
* array returned by {@code
BatchUpdateException
.getUpdateCounts} has an element
41
public class
BatchUpdateException
extends SQLException implements Serializable {
48
* Creates a default {@code
BatchUpdateException
} with the parameters
52
public
BatchUpdateException
() {
56
* Creates an
BatchUpdateException
object. The reason is set to
64
public
BatchUpdateException
(Throwable cause) {
69
* Creates an
BatchUpdateException
object. The Reason string is set to the
78
public
BatchUpdateException
(int[] updateCounts, Throwable cause)
[
all
...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java
21
import java.sql.
BatchUpdateException
;
43
BatchUpdateException
aBatchUpdateException;
47
aBatchUpdateException = new
BatchUpdateException
();
89
BatchUpdateException
aBatchUpdateException;
93
aBatchUpdateException = new
BatchUpdateException
(init1[i]);
143
BatchUpdateException
aBatchUpdateException;
147
aBatchUpdateException = new
BatchUpdateException
(init1[i],
200
BatchUpdateException
aBatchUpdateException;
204
aBatchUpdateException = new
BatchUpdateException
(init1[i],
258
BatchUpdateException
aBatchUpdateException
[
all
...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java
201
throw new
BatchUpdateException
("batch failed", ret);
JDBCPreparedStatement.java
418
throw new
BatchUpdateException
("batch failed", ret);
/libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java
19
import java.sql.
BatchUpdateException
;
665
fail("
BatchupdateException
expected");
666
} catch (
BatchUpdateException
e) {
695
} catch (
BatchUpdateException
bue) {
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 901 milliseconds