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