OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLException
(Results
76 - 100
of
201
) sorted by null
1
2
3
4
5
6
7
8
9
/libcore/luni/src/test/java/tests/support/
Support_SQL.java
24
import java.sql.
SQLException
;
75
public static Connection getConnection() throws
SQLException
{
79
} catch (
SQLException
e) {
80
throw new
SQLException
("Failed to connect. url=" + Support_SQL.sqlUrl + ", sqlLogin="
86
String password) throws
SQLException
{
DatabaseCreator.java
21
import java.sql.
SQLException
;
256
public static void fillParentTable(Connection conn) throws
SQLException
{
265
public static void fillFKStrictTable(Connection conn) throws
SQLException
{
275
public static void fillFKCascadeTable(Connection conn) throws
SQLException
{
285
public static void fillSimpleTable1(Connection conn) throws
SQLException
{
292
public static void fillSimpleTable3(Connection conn) throws
SQLException
{
300
throws
SQLException
{
311
public static void fillCustomersTable(Connection conn) throws
SQLException
{
323
public static void fillOrdersTable(Connection conn) throws
SQLException
{
339
throws
SQLException
{
[
all
...]
/libcore/luni/src/test/java/tests/java/sql/
InsertFunctionalityTest.java
22
import java.sql.
SQLException
;
93
} catch (
SQLException
e) {
94
fail("Unexpected
SQLException
" + e.toString());
106
} catch (
SQLException
e) {
107
fail("Unexpected
SQLException
" + e.toString());
115
public void testInsert1() throws
SQLException
{
128
* value - expecting
SQLException
130
public void testInsert2() throws
SQLException
{
138
// fail("expecting
SQLException
");
139
} catch (
SQLException
ex)
[
all
...]
/libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java
27
import java.sql.
SQLException
;
226
public void tearDown() throws
SQLException
{
235
} catch (
SQLException
ee) {
241
public void testGetBytesInt() throws
SQLException
{
255
} catch (
SQLException
e) {
261
public void testGetBytesIntVarbinary() throws
SQLException
{
292
public void testGetBytesIntBinary() throws
SQLException
{
324
public void testGetBytesString() throws
SQLException
{
337
} catch (
SQLException
e) {
343
public void testGetBytesStringVarbinary() throws
SQLException
{
[
all
...]
DriverTest.java
26
import java.sql.
SQLException
;
71
private Driver getDriver() throws
SQLException
{
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java
17
import java.sql.
SQLException
;
79
throw new android.database.
SQLException
();
108
} catch (
SQLException
e) {
130
} catch (
SQLException
e) {
166
} catch (
SQLException
e) {
177
} catch (
SQLException
e) {
183
public void execSQL(String sql) throws android.database.
SQLException
{
191
} catch (java.sql.
SQLException
e) {
192
android.database.
SQLException
ase = new android.database.
SQLException
();
[
all
...]
ShadowSQLiteCursor.java
11
import java.sql.
SQLException
;
38
} catch (
SQLException
e) {
113
} catch (
SQLException
x) {
179
} catch (
SQLException
e) {
219
* @throws
SQLException
221
private Map<String,Object> fillRowValues(ResultSet rs) throws
SQLException
{
228
private void fillRows(String sql, Connection connection) throws
SQLException
{
257
} catch (
SQLException
e) {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_DriverManager.java
22
import java.sql.
SQLException
;
69
} catch (
SQLException
e) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H2Test.java
10
import java.sql.
SQLException
;
34
public void testBuildInsertString() throws
SQLException
{
/libcore/luni/src/main/java/java/sql/
SQLWarning.java
25
public class SQLWarning extends
SQLException
implements Serializable {
133
SQLException
next = super.getNextException();
/packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java
24
import android.database.
SQLException
;
419
} catch (
SQLException
e) {
529
} catch (
SQLException
e) {
582
} catch (
SQLException
e) {
[
all
...]
/external/javasqlite/src/main/java/SQLite/
JDBCDriver.java
85
public boolean acceptsURL(String url) throws
SQLException
{
91
throws
SQLException
{
112
throw new
SQLException
(ie.getTargetException().toString());
114
throw new
SQLException
(e.toString());
128
throws
SQLException
{
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java
22
import android.database.
SQLException
;
98
* @throws
SQLException
if the database could be neither opened or created
100
public NotesDbAdapter open() throws
SQLException
{
155
* @throws
SQLException
if note could not be found/retrieved
157
public Cursor fetchNote(long rowId) throws
SQLException
{
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java
22
import android.database.
SQLException
;
98
* @throws
SQLException
if the database could be neither opened or created
100
public NotesDbAdapter open() throws
SQLException
{
155
* @throws
SQLException
if note could not be found/retrieved
157
public Cursor fetchNote(long rowId) throws
SQLException
{
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java
22
import android.database.
SQLException
;
98
* @throws
SQLException
if the database could be neither opened or created
100
public NotesDbAdapter open() throws
SQLException
{
155
* @throws
SQLException
if note could not be found/retrieved
157
public Cursor fetchNote(long rowId) throws
SQLException
{
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java
22
import android.database.
SQLException
;
98
* @throws
SQLException
if the database could be neither opened or created
100
public NotesDbAdapter open() throws
SQLException
{
155
* @throws
SQLException
if note could not be found/retrieved
157
public Cursor fetchNote(long rowId) throws
SQLException
{
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java
22
import android.database.
SQLException
;
98
* @throws
SQLException
if the database could be neither opened or created
100
public NotesDbAdapter open() throws
SQLException
{
155
* @throws
SQLException
if note could not be found/retrieved
157
public Cursor fetchNote(long rowId) throws
SQLException
{
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java
22
import android.database.
SQLException
;
98
* @throws
SQLException
if the database could be neither opened or created
100
public NotesDbAdapter open() throws
SQLException
{
155
* @throws
SQLException
if note could not be found/retrieved
157
public Cursor fetchNote(long rowId) throws
SQLException
{
Completed in 1732 milliseconds
1
2
3
4
5
6
7
8
9