OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLException
(Results
101 - 125
of
180
) sorted by null
1
2
3
4
5
6
7
8
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java
30
import java.sql.
SQLException
;
80
* @throws
SQLException
160
public void testGetConnectionString() throws
SQLException
{
170
fail("Should throw
SQLException
");
171
} catch (
SQLException
e) {
184
fail("Should throw
SQLException
.");
185
} catch (
SQLException
e) {
191
fail("Should throw
SQLException
.");
192
} catch (
SQLException
e) {
200
public void testGetConnectionStringProperties() throws
SQLException
{
[
all
...]
/libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java
27
import java.sql.
SQLException
;
59
} catch (
SQLException
e) {
60
fail("Unexpected
SQLException
" + e.toString());
110
} catch (
SQLException
e) {
111
fail("Unexpected
SQLException
" + e.toString());
121
} catch (
SQLException
e) {
122
fail("Unexpected
SQLException
" + e.toString());
130
public void test_SelectSimple() throws
SQLException
{
173
public void test_SelectPrepared() throws
SQLException
{
235
public void test_SubSelect() throws
SQLException
{
[
all
...]
MultiThreadAccessTest.java
22
import java.sql.
SQLException
;
54
} catch (
SQLException
e) {
55
fail("Unexpected
SQLException
" + e.toString());
98
} catch (
SQLException
e) {
99
fail("Unexpected
SQLException
" + e.toString());
109
} catch (
SQLException
e) {
110
fail("Unexpected
SQLException
" + e.toString());
118
* @throws
SQLException
120
public void test_MultipleAccessToOneTable() throws
SQLException
{
131
* @throws
SQLException
[
all
...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorStorage.java
20
import android.database.
SQLException
;
AggregatorRecordStorage.java
22
import android.database.
SQLException
;
73
} catch (
SQLException
e) {
BordeauxSessionStorage.java
22
import android.database.
SQLException
;
59
} catch (
SQLException
e) {
/libcore/luni/src/main/java/java/sql/
SQLNonTransientException.java
20
public class SQLNonTransientException extends
SQLException
{
81
*
SQLException
96
*
SQLException
114
*
SQLException
135
*
SQLException
SQLRecoverableException.java
20
public class SQLRecoverableException extends
SQLException
{
81
*
SQLException
96
*
SQLException
114
*
SQLException
135
*
SQLException
SQLTransientException.java
20
public class SQLTransientException extends
SQLException
{
80
*
SQLException
95
*
SQLException
113
*
SQLException
133
*
SQLException
BatchUpdateException.java
26
* problem that occurred, compared with a standard {@code
SQLException
}. It
41
public class BatchUpdateException extends
SQLException
implements Serializable {
60
* @param cause the Throwable object for the underlying reason this
SQLException
74
* @param cause the Throwable object for the underlying reason this
SQLException
88
* @param cause the Throwable object for the underlying reason this
SQLException
104
* @param cause the Throwable object for the underlying reason this
SQLException
120
* @param cause the Throwable object for the underlying reason this
SQLException
SQLClientInfoException.java
24
* An exception, which is subclass of
SQLException
, is thrown when one or more
27
public class SQLClientInfoException extends
SQLException
{
65
*
SQLException
103
*
SQLException
152
*
SQLException
195
*
SQLException
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/8/
android.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DBAdapter.java
26
import android.database.
SQLException
;
88
public DBAdapter open() throws
SQLException
139
public Cursor getStation(long rowId) throws
SQLException
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java
20
import java.sql.
SQLException
;
875
} catch (
SQLException
e) {
892
} catch (
SQLException
ex) {
906
} catch (
SQLException
e1) {
914
} catch (
SQLException
e) {
919
} catch (
SQLException
e) {
929
} catch (
SQLException
e) {
976
} catch (
SQLException
e) {
982
} catch (
SQLException
e1) {
1020
} catch (
SQLException
e)
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_GenresTest.java
23
import android.database.
SQLException
;
52
fail("Should throw
SQLException
as the internal datatbase has no genre");
53
} catch (
SQLException
e) {
MediaStore_Audio_PlaylistsTest.java
23
import android.database.
SQLException
;
54
fail("Should throw
SQLException
as the internal datatbase has no playlist");
55
} catch (
SQLException
e) {
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java
24
import android.database.
SQLException
;
84
} catch (
SQLException
e) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
SQLite.java
6
import java.sql.
SQLException
;
28
public static SQLStringAndBindings buildInsertString(String table, ContentValues values, int conflictAlgorithm) throws
SQLException
{
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsBroadcastUndelivered.java
22
import android.database.
SQLException
;
159
} catch (
SQLException
e) {
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java
24
import android.database.
SQLException
;
120
} catch (
SQLException
e) {
158
} catch (
SQLException
e) {
Completed in 3225 milliseconds
1
2
3
4
5
6
7
8