OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSQLException
(Results
1 - 7
of
7
) sorted by null
/dalvik/libcore/sql/src/main/java/javax/sql/
ConnectionEvent.java
71
public SQLException
getSQLException
() {
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java
59
assertNull(ce.
getSQLException
());
87
assertNull(ce.
getSQLException
());
92
assertSame(e, ce.
getSQLException
());
96
* @tests {@link javax.sql.ConnectionEvent#
getSQLException
()}
101
method = "
getSQLException
",
110
assertNull(ce.
getSQLException
());
111
assertEquals(ce2.
getSQLException
(), ce.
getSQLException
());
115
assertNotNull(ce3.
getSQLException
());
116
assertNotSame(ce3.
getSQLException
(), ce2.getSQLException())
[
all
...]
/dalvik/libcore/sql/src/test/java/tests/java/sql/
QueryTimeoutTest.java
306
public SQLException
getSQLException
() {
404
expectException("XCL52", statementExecutor[0].
getSQLException
(),
411
SQLException sqlException = statementExecutor[i].
getSQLException
();
493
expectException("XCL52", executors[i].
getSQLException
(),
497
SQLException sqlException = executors[i].
getSQLException
();
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 20 milliseconds