|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLException | |
|---|---|
| android.database.sqlite | |
| Uses of SQLException in android.database.sqlite |
|---|
| Subclasses of SQLException in android.database.sqlite | |
|---|---|
class |
SQLiteAbortException
|
class |
SQLiteConstraintException
|
class |
SQLiteDatabaseCorruptException
|
class |
SQLiteDiskIOException
|
class |
SQLiteDoneException
|
class |
SQLiteException
|
class |
SQLiteFullException
|
class |
SQLiteMisuseException
|
| Methods in android.database.sqlite that throw SQLException | |
|---|---|
SQLiteStatement |
SQLiteDatabase.compileStatement(java.lang.String sql)
|
void |
SQLiteDatabase.execSQL(java.lang.String sql)
|
void |
SQLiteDatabase.execSQL(java.lang.String sql,
java.lang.Object[] bindArgs)
|
long |
SQLiteDatabase.insertOrThrow(java.lang.String table,
java.lang.String nullColumnHack,
ContentValues values)
|
long |
SQLiteDatabase.replaceOrThrow(java.lang.String table,
java.lang.String nullColumnHack,
ContentValues initialValues)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||