-
- All Implemented Interfaces:
-
com.amitshekhar.sqlite.SQLiteDB
public class InMemoryDebugSQLiteDB implements SQLiteDB
Created by anandgaurav on 12/02/18.
-
-
Constructor Summary
Constructors Constructor Description InMemoryDebugSQLiteDB(SupportSQLiteDatabase database)
-
Method Summary
Modifier and Type Method Description intdelete(String table, String whereClause, Array<String> whereArgs)booleanisOpen()voidclose()CursorrawQuery(String sql, Array<String> selectionArgs)voidexecSQL(String sql)longinsert(String table, String nullColumnHack, ContentValues values)intupdate(String table, ContentValues values, String whereClause, Array<String> whereArgs)intgetVersion()-
-
Constructor Detail
-
InMemoryDebugSQLiteDB
InMemoryDebugSQLiteDB(SupportSQLiteDatabase database)
-
-
Method Detail
-
isOpen
boolean isOpen()
-
close
void close()
-
insert
long insert(String table, String nullColumnHack, ContentValues values)
-
getVersion
int getVersion()
-
-
-
-