Lines Matching full:database
36 {@link android.database.Cursor} containing the query results. You can use this object to
46 that data associated with the {@link android.database.Cursor} has changed. When the
51 To display {@link android.database.Cursor} data returned by
56 the {@link android.database.Cursor} to the view.
60 and then move a {@link android.database.Cursor} into the adapter in the
62 method. As soon as you move the {@link android.database.Cursor} into the adapter, the
64 {@link android.database.Cursor}.
111 {@link android.database.Cursor} becomes invalid. This usually occurs because the data associated
112 with the {@link android.database.Cursor} has changed. Before re-running the query,
115 this callback, you should delete all references to the current {@link android.database.Cursor}