Package-level declarations

Types

Link copied to clipboard
Class taking care of alter soup Two entry points: - new AlterSoupLongOperation(...
Link copied to clipboard
open class DBHelper
SmartStore Database Helper Singleton class that provides helpful methods for accessing the database underneath the SmartStore It also caches a number of of things to speed things up (e.g.
Link copied to clipboard
open class DBOpenHelper : SQLiteOpenHelper
Helper class to manage SmartStore's database creation and version management.
Link copied to clipboard
open class IndexSpec
Simple class to represent index spec
Link copied to clipboard
Key-value store backed by file system.
Link copied to clipboard
interface KeyValueStore
Link copied to clipboard
abstract class LongOperation
Link copied to clipboard
Key value store that keeps recently accessed values in a in-memory lru cache for faster access
Link copied to clipboard
open class QuerySpec
Simple class to represent a query spec
Link copied to clipboard
open class SmartSqlHelper
SmartSqlHelper "smart" sql Helper Singleton class that provides helpful methods for converting/running "smart" sql
Link copied to clipboard
open class SmartStore
Smart store Provides a secure means for SalesforceMobileSDK Container-based applications to store objects in a persistent and searchable manner.
Link copied to clipboard
open class StoreCursor
Store Cursor We don't actually keep a cursor opened, instead, we wrap the query spec and page index