- addTypeMapping(Class<T>, SQLiteTypeMapping<T>) - Method in class com.pushtorefresh.storio.sqlite.impl.DefaultStorIOSQLite.CompleteBuilder
-
- affectedTables() - Method in class com.pushtorefresh.storio.sqlite.Changes
-
Gets immutable set of affected tables.
- affectedTables() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.DeleteResult
-
Gets names of the tables that wer affected by Delete Operation.
- affectedTables() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PutResult
-
Gets names of affected tables.
- affectedTags() - Method in class com.pushtorefresh.storio.sqlite.Changes
-
Gets immutable set of affected tags.
- affectedTags() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.DeleteResult
-
Gets notification tags which were affected by Delete Operation.
- affectedTags() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PutResult
-
Gets notification tags which were affected.
- affectsTables() - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery
-
Gets optional immutable set of tables which will be affected by this query.
- affectsTables(String...) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tables which will be affected by this query.
- affectsTables(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tables which will be affected by this query.
- affectsTags() - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery
-
Gets optional immutable set of tags which will be affected by this query.
- affectsTags(String, String...) - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery.CompleteBuilder
-
Optional: Specifies set of notification tags to provide detailed information
about which particular change were occurred.
- affectsTags(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery.CompleteBuilder
-
Optional: Specifies set of notification tags to provide detailed information
about which particular change were occurred.
- affectsTags() - Method in class com.pushtorefresh.storio.sqlite.queries.InsertQuery
-
Gets optional immutable set of tags which will be affected by this query.
- affectsTags(String, String...) - Method in class com.pushtorefresh.storio.sqlite.queries.InsertQuery.CompleteBuilder
-
Optional: Specifies set of notification tags to provide detailed information
about which particular change were occurred.
- affectsTags(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.InsertQuery.CompleteBuilder
-
Optional: Specifies set of notification tags to provide detailed information
about which particular change were occurred.
- affectsTags() - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery
-
Gets optional immutable set of tags which will be affected by this query.
- affectsTags(String, String...) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tags which will be affected by this query.
- affectsTags(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tags which will be affected by this query.
- affectsTags() - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery
-
Gets optional immutable set of tags which will be affected by this query.
- affectsTags(String, String...) - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery.CompleteBuilder
-
Optional: Specifies set of notification tags to provide detailed information
about which particular change were occurred.
- affectsTags(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery.CompleteBuilder
-
Optional: Specifies set of notification tags to provide detailed information
about which particular change were occurred.
- applyForTables(Observable<Changes>, Set<String>) - Static method in class com.pushtorefresh.storio.sqlite.impl.ChangesFilter
-
- applyForTablesAndTags(Observable<Changes>, Set<String>, Set<String>) - Static method in class com.pushtorefresh.storio.sqlite.impl.ChangesFilter
-
- applyForTags(Observable<Changes>, Set<String>) - Static method in class com.pushtorefresh.storio.sqlite.impl.ChangesFilter
-
- args() - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery
-
- args(T...) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies arguments for SQL query,
please use arguments to avoid SQL injections.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteByQuery
-
Creates Completable which will perform Delete Operation lazily when somebody subscribes to it.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteCollectionOfObjects
-
Creates Completable which will perform Delete Operation lazily when somebody subscribes to it.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteObject
-
Creates Completable which will perform Delete Operation lazily when somebody subscribes to it.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutCollectionOfObjects
-
Creates Completable which will perform Put Operation lazily when somebody subscribes to it.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValues
-
Creates Completable which will perform Put Operation lazily when somebody subscribes to it.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValuesIterable
-
Creates Completable which will perform Put Operation lazily when somebody subscribes to it.
- asRxCompletable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutObject
-
Creates Completable which will perform Put Operation lazily when somebody subscribes to it.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteByQuery
-
Creates Observable which will perform Delete Operation and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteCollectionOfObjects
-
Creates Observable which will perform Delete Operation and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteObject
-
Creates Observable which will perform Delete Operation and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.execute.PreparedExecuteSQL
-
Creates Observable which will perform Execute SQL Operation
and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetCursor
-
Creates "Hot" Observable which will be subscribed to changes of tables from query
and will emit result each time change occurs.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetListOfObjects
-
Creates "Hot" Observable which will be subscribed to changes of tables from query
and will emit result each time change occurs.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetNumberOfResults
-
Creates "Hot" Observable which will be subscribed to changes of tables from query
and will emit result each time change occurs.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetObject
-
Creates "Hot" Observable which will be subscribed to changes of tables from query
and will emit result each time change occurs.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutCollectionOfObjects
-
Creates Observable which will perform Put Operation and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValues
-
Creates Observable which will perform Put Operation and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValuesIterable
-
Creates Observable which will perform Put Operation and send result to observer.
- asRxObservable() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutObject
-
Creates Observable which will perform Put Operation and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteByQuery
-
Creates Single which will perform Delete Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteCollectionOfObjects
-
Creates Single which will perform Delete Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteObject
-
Creates Single which will perform Delete Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.execute.PreparedExecuteSQL
-
Creates Single which will perform Execute SQL Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetCursor
-
Creates Single which will perform Get Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetListOfObjects
-
Creates Single which will perform Get Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetNumberOfResults
-
Creates Single which will get number of results lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetObject
-
Creates Single which will perform Get Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutCollectionOfObjects
-
Creates Single which will perform Put Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValues
-
Creates Single which will perform Put Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValuesIterable
-
Creates Single which will perform Put Operation lazily when somebody subscribes to it and send result to observer.
- asRxSingle() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutObject
-
Creates Single which will perform Put Operation lazily when somebody subscribes to it and send result to observer.
- object(T) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDelete.Builder
-
Prepares Delete Operation which should delete one object.
- object(Class<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGet.Builder
-
Returns builder for Get Operation that returns result as item instance.
- object(T) - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPut.Builder
-
Prepares Put Operation for one object.
- objects(Collection<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDelete.Builder
-
Prepares Delete Operation which should delete multiple objects.
- objects(Collection<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPut.Builder
-
Prepares Put Operation for multiple objects.
- observeChanges() - Method in class com.pushtorefresh.storio.sqlite.impl.DefaultStorIOSQLite
-
Allows observe changes in all tables of the db.
- observeChanges() - Method in class com.pushtorefresh.storio.sqlite.StorIOSQLite
-
Allows observe changes in all tables of the db.
- observeChangesInTable(String) - Method in class com.pushtorefresh.storio.sqlite.StorIOSQLite
-
Allows observer changes of required table.
- observeChangesInTables(Set<String>) - Method in class com.pushtorefresh.storio.sqlite.impl.DefaultStorIOSQLite
-
Allows observe changes of required tables.
- observeChangesInTables(Set<String>) - Method in class com.pushtorefresh.storio.sqlite.StorIOSQLite
-
Allows observe changes of required tables.
- observeChangesOfTag(String) - Method in class com.pushtorefresh.storio.sqlite.StorIOSQLite
-
Allows observer changes of required tag.
- observeChangesOfTags(Set<String>) - Method in class com.pushtorefresh.storio.sqlite.impl.DefaultStorIOSQLite
-
Allows observe changes of required tags.
- observeChangesOfTags(Set<String>) - Method in class com.pushtorefresh.storio.sqlite.StorIOSQLite
-
Allows observe changes of required tags.
- observesTables(String...) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tables that should be observed by this query.
- observesTables(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tables that should be observed by this query.
- observesTables() - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery
-
Gets optional immutable set of tables that should be observed by this query.
- observesTags(String, String...) - Method in class com.pushtorefresh.storio.sqlite.queries.Query.CompleteBuilder
-
Optional: Specifies set of tags which should be observed by this query.
- observesTags(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.Query.CompleteBuilder
-
Optional: Specifies set of tags which should be observed by this query.
- observesTags() - Method in class com.pushtorefresh.storio.sqlite.queries.Query
-
Gets optional immutable set of tags that should be observed by this query.
- observesTags(String, String...) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tags that should be observed by this query.
- observesTags(Collection<String>) - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery.CompleteBuilder
-
Optional: Specifies set of tags that should be observed by this query.
- observesTags() - Method in class com.pushtorefresh.storio.sqlite.queries.RawQuery
-
Gets optional immutable set of tags that should be observed by this query.
- orderBy(String) - Method in class com.pushtorefresh.storio.sqlite.queries.Query.CompleteBuilder
-
Optional: Specifies ORDER BY clause.
- orderBy() - Method in class com.pushtorefresh.storio.sqlite.queries.Query
-
Gets ORDER BY clause.
- wasDeleted(T) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.DeleteResults
-
Checks whether particular object was deleted
- wasInserted() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PutResult
-
Checks whether result of Put Operation was "insert".
- wasNotDeleted(T) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.DeleteResults
-
Checks whether particular object was NOT deleted
- wasNotInserted() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PutResult
-
Checks whether result of Put Operation was NOT "insert".
- wasNotUpdated() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PutResult
-
Checks whether result of Put Operation was NOT "update".
- wasUpdated() - Method in class com.pushtorefresh.storio.sqlite.operations.put.PutResult
-
Checks whether result of Put Operation was "update".
- where(String) - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery.CompleteBuilder
-
Optional: Specifies WHERE clause.
- where() - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery
-
Gets WHERE clause.
- where(String) - Method in class com.pushtorefresh.storio.sqlite.queries.Query.CompleteBuilder
-
Optional: Specifies WHERE clause.
- where() - Method in class com.pushtorefresh.storio.sqlite.queries.Query
-
Gets WHERE clause.
- where(String) - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery.CompleteBuilder
-
Optional: Specifies WHERE clause.
- where() - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery
-
Gets WHERE clause.
- whereArgs(T...) - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery.CompleteBuilder
-
Optional: Specifies arguments for WHERE clause.
- whereArgs() - Method in class com.pushtorefresh.storio.sqlite.queries.DeleteQuery
-
- whereArgs(T...) - Method in class com.pushtorefresh.storio.sqlite.queries.Query.CompleteBuilder
-
Optional: Specifies arguments for where clause.
- whereArgs(List<?>) - Method in class com.pushtorefresh.storio.sqlite.queries.Query.CompleteBuilder
-
Optional: Specifies arguments for where clause.
- whereArgs() - Method in class com.pushtorefresh.storio.sqlite.queries.Query
-
Gets optional immutable list of arguments for
Query.where() clause.
- whereArgs(T...) - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery.CompleteBuilder
-
Optional: Specifies arguments for WHERE clause.
- whereArgs() - Method in class com.pushtorefresh.storio.sqlite.queries.UpdateQuery
-
- withDeleteResolver(DeleteResolver<DeleteQuery>) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteByQuery.Builder
-
Optional: Specifies Delete Resolver for Delete Operation.
- withDeleteResolver(DeleteResolver<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteCollectionOfObjects.Builder
-
- withDeleteResolver(DeleteResolver<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.delete.PreparedDeleteObject.Builder
-
- withGetResolver(GetResolver<Cursor>) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetCursor.CompleteBuilder
-
Optional: Specifies Get Resolver for operation.
- withGetResolver(GetResolver<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetListOfObjects.CompleteBuilder
-
Optional: Specifies resolver for Get Operation which can be used
to provide custom behavior of Get Operation.
- withGetResolver(GetResolver<Integer>) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetNumberOfResults.CompleteBuilder
-
Optional: Specifies resolver for Get Operation which can be used
to provide custom behavior of Get Operation.
- withGetResolver(GetResolver<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetObject.CompleteBuilder
-
Optional: Specifies resolver for Get Operation which can be used
to provide custom behavior of Get Operation.
- withPutResolver(PutResolver<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutCollectionOfObjects.Builder
-
Optional: Specifies
PutResolver for Put Operation
which allows you to customize behavior of Put Operation
- withPutResolver(PutResolver<ContentValues>) - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValues.Builder
-
Required: Specifies
PutResolver for Put Operation
which allows you to customize behavior of Put Operation.
- withPutResolver(PutResolver<ContentValues>) - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutContentValuesIterable.Builder
-
Required: Specifies
PutResolver for Put Operation
which allows you to customize behavior of Put Operation
- withPutResolver(PutResolver<T>) - Method in class com.pushtorefresh.storio.sqlite.operations.put.PreparedPutObject.Builder
-
Optional: Specifies
PutResolver for Put Operation
which allows you to customize behavior of Put Operation.
- withQuery(RawQuery) - Method in class com.pushtorefresh.storio.sqlite.operations.execute.PreparedExecuteSQL.Builder
-
Required: Specifies query for ExecSql Operation.
- withQuery(Query) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetCursor.Builder
-
Required: Specifies
Query for Get Operation.
- withQuery(RawQuery) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetCursor.Builder
-
Required: Specifies
RawQuery for Get Operation,
you can use it for "joins" and same constructions which are not allowed for
Query.
- withQuery(Query) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetListOfObjects.Builder
-
Required: Specifies query which will be passed to
StorIOSQLite
to get list of objects.
- withQuery(RawQuery) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetListOfObjects.Builder
-
Required: Specifies
RawQuery for Get Operation,
you can use it for "joins" and same constructions which are not allowed for
Query.
- withQuery(Query) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetNumberOfResults.Builder
-
Required: Specifies query which will be passed to
StorIOSQLite
to get list of objects.
- withQuery(RawQuery) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetNumberOfResults.Builder
-
Required: Specifies
RawQuery for Get Operation,
you can use it for "joins" and same constructions which are not allowed for
Query.
- withQuery(Query) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetObject.Builder
-
Required: Specifies query which will be passed to
StorIOSQLite
to get object.
- withQuery(RawQuery) - Method in class com.pushtorefresh.storio.sqlite.operations.get.PreparedGetObject.Builder
-
Required: Specifies
RawQuery for Get Operation,
you can use it for "joins" and same constructions which are not allowed for
Query.