public class IntegerAdapter extends Object implements SqliteAdapter<Integer>
| Constructor and Description |
|---|
IntegerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
readCursor(android.database.Cursor cursor,
int columnIndex) |
void |
writeValue(Integer value,
android.content.ContentValues content,
String columnKey) |
public Integer readCursor(android.database.Cursor cursor, int columnIndex) throws Exception
readCursor in interface SqliteAdapter<Integer>Exceptionpublic void writeValue(Integer value, android.content.ContentValues content, String columnKey) throws Exception
writeValue in interface SqliteAdapter<Integer>ExceptionCopyright © 2016. All rights reserved.