public class OrmLitePreparedQueryLoader<T,ID> extends BaseOrmLiteLoader<T,ID>
Loader
implementation that queries specified Dao
using a PreparedQuery
.dao
Constructor and Description |
---|
OrmLitePreparedQueryLoader(android.content.Context context) |
OrmLitePreparedQueryLoader(android.content.Context context,
com.j256.ormlite.dao.Dao<T,ID> dao,
com.j256.ormlite.stmt.PreparedQuery<T> preparedQuery) |
Modifier and Type | Method and Description |
---|---|
com.j256.ormlite.stmt.PreparedQuery<T> |
getPreparedQuery() |
List<T> |
loadInBackground() |
void |
setPreparedQuery(com.j256.ormlite.stmt.PreparedQuery<T> preparedQuery) |
deliverResult, onChange, onReset, onStartLoading, onStopLoading, setDao
cancelLoadInBackground, dump, isLoadInBackgroundCanceled, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottle
abandon, cancelLoad, dataToString, deliverCancellation, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, registerListener, registerOnLoadCanceledListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListener
public OrmLitePreparedQueryLoader(android.content.Context context)
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.