gecko/storage/public
Shawn Wilsher 766e3809c2 Bug 599969 - Add a statement cache helper object that is exported by storage.
This adds a templated StatementCache helper object (with tests!) that allows
consumers of storage to easily cache and reuse statements.  Consumers only need
to pass in the query string, and the rest is handled for them.
r=asuth
sr=rs
2010-11-08 11:42:29 -08:00
..
Makefile.in Bug 599969 - Add a statement cache helper object that is exported by storage. 2010-11-08 11:42:29 -08:00
mozIStorageAggregateFunction.idl
mozIStorageAsyncStatement.idl Bug 507414 - Add a createAsyncStatement API on mozIStorageConnection. r=sdwilsh, sr=vlad. 2010-03-24 00:32:40 -07:00
mozIStorageBaseStatement.idl Bug 507414 - Add a createAsyncStatement API on mozIStorageConnection. r=sdwilsh, sr=vlad. 2010-03-24 00:32:40 -07:00
mozIStorageBindingParams.idl
mozIStorageBindingParamsArray.idl Bug 552092 - Expose a length property on mozIStorageBindingParamsArray 2010-03-15 10:23:39 -07:00
mozIStorageCompletionCallback.idl Bug 496019 - mozilla::storage::Connection::Close can spin a nested event loop 2009-11-09 09:58:34 -08:00
mozIStorageConnection.idl Bug 541373 (part 1) - Provide a global VACUUM component. r=sdwilsh sr=vlad a=blocking 2010-10-19 15:46:49 +02:00
mozIStorageError.idl Bug 507414 - Add a createAsyncStatement API on mozIStorageConnection. r=sdwilsh, sr=vlad. 2010-03-24 00:32:40 -07:00
mozIStorageFunction.idl Bug 507414 - Add a createAsyncStatement API on mozIStorageConnection. r=sdwilsh, sr=vlad. 2010-03-24 00:32:40 -07:00
mozIStoragePendingStatement.idl
mozIStorageProgressHandler.idl
mozIStorageResultSet.idl
mozIStorageRow.idl Bug 562787 - Fix getResultByName idl description to specify it needs an AS clause. r=asuth 2010-05-05 15:28:01 +02:00
mozIStorageService.idl Bug 595925 - Use OpenUnsharedDatabase in cookies. r=sdwilsh, a=final+ 2010-10-19 17:24:52 -07:00
mozIStorageServiceQuotaManagement.idl Bug 593045 - 'Add SQLite file size quota management to mozStorage'. r=ted+asuth, a=blocking2.0+. 2010-09-03 07:41:55 -07:00
mozIStorageStatement.idl Bug 547190 - AsInt64 (and other AsXXX cpp helpers) ignores GetInt64 failures. r=sdwilsh 2010-06-22 02:01:33 +02:00
mozIStorageStatementCallback.idl
mozIStorageStatementWrapper.idl Bug 518440 - Deprecate mozIStorageStatementWrapper & mozIStorageStatement.step() in IDL. r=sdwilsh 2009-09-25 15:32:21 -07:00
mozIStorageVacuumParticipant.idl Bug 541373 (part 1) - Provide a global VACUUM component. r=sdwilsh sr=vlad a=blocking 2010-10-19 15:46:49 +02:00
mozIStorageValueArray.idl Bug 547190 - AsInt64 (and other AsXXX cpp helpers) ignores GetInt64 failures. r=sdwilsh 2010-06-22 02:01:33 +02:00
mozStorage.h Bug 571581 - Propagate SQLITE_CONSTRAINT as an nsresult 2010-06-16 09:59:24 -07:00
mozStorageHelper.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
StatementCache.h Bug 599969 - Add a statement cache helper object that is exported by storage. 2010-11-08 11:42:29 -08:00
storage.h Bug 599969 - Add a statement cache helper object that is exported by storage. 2010-11-08 11:42:29 -08:00