| Package | Description |
|---|---|
| android.database.sqlite |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLiteException |
| Modifier and Type | Method and Description |
|---|---|
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 © 2022. All rights reserved.