Properties Methods Events Config Options Direct Link
Observable
  Store
    SQLiteStore

Class Ext.sql.SQLiteStore

Package:Ext.sql
Defined In:SQLiteStore.js
Class:SQLiteStore
Extends:Store
* Convenience class which assists in setting up SQLiteStore's. This class will create the necessary table if it does not exist. This class requires that all fields stored in the database will also be kept in the Ext.data.Store.

Config Options

Config Options Defined By
  autoLoad : Boolean/Object
If passed, this store's load method is automatically called after creation with the autoLoad object
Store
  baseParams : Object
An object containing properties which are to be sent as parameters on any HTTP request
Store
  data : Array
Inline data to be loaded when the store is initialized.
Store
  dbFile : String
Filename to create/open
SQLiteStore
  fields : Array
Array of fields to be used. Both name and type must be specified for every field.
SQLiteStore
  key : String
This is the primary key for the table and the id for the Ext.data.Record.
SQLiteStore
  proxy : Ext.data.DataProxy
The Proxy object which provides access to a data object.
Store
  storeId : String
If passed, the id to use to register with the StoreMgr
Store
  url : String
If passed, an HttpProxy is created for the passed URL
Store

Public Properties

Property Defined By
  fields : Ext.util.MixedCollection
A MixedCollection containing the defined Fields for the Records stored in this Store. Read-only.
Store

Public Methods

Method Defined By

Public Events

Event Defined By