public interface SqliteAdapter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readCursor(android.database.Cursor cursor,
int columnIndex) |
void |
writeValue(T value,
android.content.ContentValues content,
String columnKey) |
Copyright © 2016. All rights reserved.