Uses of Class
android.database.SQLException

Packages that use SQLException
android.database.sqlite   
 

Uses of SQLException in android.database.sqlite
 

Subclasses of SQLException in android.database.sqlite
 class SQLiteAbortException
           
 class SQLiteAccessPermException
           
 class SQLiteBindOrColumnIndexOutOfRangeException
           
 class SQLiteBlobTooBigException
           
 class SQLiteCantOpenDatabaseException
           
 class SQLiteConstraintException
           
 class SQLiteDatabaseCorruptException
           
 class SQLiteDatabaseLockedException
           
 class SQLiteDatatypeMismatchException
           
 class SQLiteDiskIOException
           
 class SQLiteDoneException
           
 class SQLiteException
           
 class SQLiteFullException
           
 class SQLiteMisuseException
           
 class SQLiteOutOfMemoryException
           
 class SQLiteReadOnlyDatabaseException
           
 class SQLiteTableLockedException
           
 

Methods in android.database.sqlite that throw SQLException
 SQLiteStatement SQLiteDatabase.compileStatement(String sql)
           
 void SQLiteDatabase.execSQL(String sql)
           
 void SQLiteDatabase.execSQL(String sql, Object[] bindArgs)
           
 long SQLiteDatabase.insertOrThrow(String table, String nullColumnHack, ContentValues values)
           
 long SQLiteDatabase.replaceOrThrow(String table, String nullColumnHack, ContentValues initialValues)
           
 



Copyright © 2008-2012. All Rights Reserved.